Skip to main content

Red Violet

#B70B92

Red Violet is a warm dark color with the hex code #B70B92. This vibrant hue can be represented as RGB 183, 11, 146 in digital design or CMYK 0%, 94%, 20%, 28% for print applications. Find matching Pantone color.

Red Violet color values

HEX
#B70B92
RGB
183, 11, 146
HSL
313°, 89%, 38%
CMYK
0, 94, 20, 28

About this color

Red Violet sits at 313° on the color wheel with 89% saturation and 38% lightness, placing it in the violet-magenta segment of the spectrum. With saturation at 89%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.

In digital environments, Red Violet is rendered as rgb(183, 11, 146), where the red channel dominates at 183, giving the color a clear red cast. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.

For print, Red Violet translates to a CMYK breakdown of 0C 94M 20Y 28K. With a moderate key (28%), this color uses black to deepen the chromatic channels rather than replace them, a profile that typically holds up well in both offset and digital print. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Red Violet

CSS Variable

:root {
  --brand-primary: #B70B92;
  --brand-primary-rgb: 183, 11, 146;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#B70B92',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 94%
Y: 20%
K: 28%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(183, 11, 146)
rgba(183, 11, 146, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Brands using similar hue

2 brand s with colors near 313° on the color wheel

Frequently asked questions

What color is #B70B92?
#B70B92 is Red Violet, a warm dark color with RGB values of 183, 11, 146. It has a hue of 313°, 89% saturation, and 38% lightness in the HSL color space.
What is the RGB value of #B70B92?
The RGB color code for #B70B92 is rgb(183, 11, 146). This means it contains 183 red, 11 green, and 146 blue in the RGB color model.
Is Red Violet a warm or cool color?
Red Violet (#B70B92) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #B70B92 in CSS?
You can use #B70B92 in CSS with: background-color: #B70B92; or color: #B70B92; or as an RGB value: rgb(183, 11, 146). For print design, use CMYK: 0%, 94%, 20%, 28%.