Shades of Medium Red Violet #B82F99
Tints of Medium Red Violet #B82F99
RGB
CMYK
RGB Variations
Color information
#B82F99 (or 0xB82F99) is known color: Medium Red Violet. HEX triplet: B8, 2F and 99. RGB value is (184,47,153). Sum of RGB (Red+Green+Blue) = 184+47+153=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82F99 is #47D066. Grayscale: #636363. Windows color (decimal): -4706407 or 10039224. OLE color: 10039224.
HSL color Cylindrical-coordinate representation of color #B82F99: hue angle of 313.58º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82F99 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 153 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.28 |
| HSL | 313.58º | 0.59% | 0.45% | - |
| HSV(B) | 313.58º | 0.74% | 0.72% | - |
| XYZ | 26.53 | 14.52 | 31.54 | - |
| YUV | 100.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 153 | 0 | 0.74 | 0.17 | 0.28 | 313.58 | 0.59 | 0.45 |
| Hex | B8 | 2F | 99 | 0 | 4A | 11 | 1C | 13A | 3B | 2D |
| Octal | 270 | 57 | 231 | 0 | 112 | 21 | 34 | 472 | 73 | 55 |
| Binary | 10111000 | 101111 | 10011001 | 0 | 1001010 | 10001 | 11100 | 100111010 | 111011 | 101101 |
Color Harmonies of #B82F99
Complementary color
Monochromatic Colors of #B82F99
Black with #B82F99
Text Example
Text Example
White with #B82F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F99; }
p { color: rgb(184,47,153); }
H1.HeaderClassName
{
color: #B82F99;
}
.AnyTagClassName
{
color: #B82F99;
}
</style>
background-color css
<style>
a { background-color: #B82F99; }
a { background-color: rgb(184,47,153); }
div.DivClassName
{
background-color: #B82F99;
}
.BgClassName
{
background-color: #B82F99;
}
</style>
border-color css
<style>
span { border-color: #B82F99; }
span { border-color: rgb(184,47,153); }
td.TdClassName
{
border-color: #B82F99;
}
.TagClassName
{
border-color: #B82F99;
}
</style>