Shades of Medium Red Violet #B82297
Tints of Medium Red Violet #B82297
RGB
CMYK
RGB Variations
Color information
#B82297 (or 0xB82297) is known color: Medium Red Violet. HEX triplet: B8, 22 and 97. RGB value is (184,34,151). Sum of RGB (Red+Green+Blue) = 184+34+151=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B82297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82297 is #47DD68. Grayscale: #5B5B5B. Windows color (decimal): -4709737 or 9904824. OLE color: 9904824.
HSL color Cylindrical-coordinate representation of color #B82297: hue angle of 313.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82297 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 151 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.28 |
| HSL | 313.2º | 0.69% | 0.43% | - |
| HSV(B) | 313.2º | 0.82% | 0.72% | - |
| XYZ | 25.93 | 13.57 | 30.53 | - |
| YUV | 92.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 151 | 0 | 0.82 | 0.18 | 0.28 | 313.2 | 0.69 | 0.43 |
| Hex | B8 | 22 | 97 | 0 | 52 | 12 | 1C | 139 | 45 | 2B |
| Octal | 270 | 42 | 227 | 0 | 122 | 22 | 34 | 471 | 105 | 53 |
| Binary | 10111000 | 100010 | 10010111 | 0 | 1010010 | 10010 | 11100 | 100111001 | 1000101 | 101011 |
Color Harmonies of #B82297
Complementary color
Monochromatic Colors of #B82297
Black with #B82297
Text Example
Text Example
White with #B82297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82297; }
p { color: rgb(184,34,151); }
H1.HeaderClassName
{
color: #B82297;
}
.AnyTagClassName
{
color: #B82297;
}
</style>
background-color css
<style>
a { background-color: #B82297; }
a { background-color: rgb(184,34,151); }
div.DivClassName
{
background-color: #B82297;
}
.BgClassName
{
background-color: #B82297;
}
</style>
border-color css
<style>
span { border-color: #B82297; }
span { border-color: rgb(184,34,151); }
td.TdClassName
{
border-color: #B82297;
}
.TagClassName
{
border-color: #B82297;
}
</style>