Shades of Medium Violet Red #B82099
Tints of Medium Violet Red #B82099
RGB
CMYK
RGB Variations
Color information
#B82099 (or 0xB82099) is known color: Medium Violet Red. HEX triplet: B8, 20 and 99. RGB value is (184,32,153). Sum of RGB (Red+Green+Blue) = 184+32+153=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B82099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82099 is #47DF66. Grayscale: #5A5A5A. Windows color (decimal): -4710247 or 10035384. OLE color: 10035384.
HSL color Cylindrical-coordinate representation of color #B82099: hue angle of 312.24º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82099 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 153 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.28 |
| HSL | 312.24º | 0.7% | 0.42% | - |
| HSV(B) | 312.24º | 0.83% | 0.72% | - |
| XYZ | 26.03 | 13.52 | 31.38 | - |
| YUV | 91.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 153 | 0 | 0.83 | 0.17 | 0.28 | 312.24 | 0.7 | 0.42 |
| Hex | B8 | 20 | 99 | 0 | 53 | 11 | 1C | 138 | 46 | 2A |
| Octal | 270 | 40 | 231 | 0 | 123 | 21 | 34 | 470 | 106 | 52 |
| Binary | 10111000 | 100000 | 10011001 | 0 | 1010011 | 10001 | 11100 | 100111000 | 1000110 | 101010 |
Color Harmonies of #B82099
Complementary color
Monochromatic Colors of #B82099
Black with #B82099
Text Example
Text Example
White with #B82099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82099; }
p { color: rgb(184,32,153); }
H1.HeaderClassName
{
color: #B82099;
}
.AnyTagClassName
{
color: #B82099;
}
</style>
background-color css
<style>
a { background-color: #B82099; }
a { background-color: rgb(184,32,153); }
div.DivClassName
{
background-color: #B82099;
}
.BgClassName
{
background-color: #B82099;
}
</style>
border-color css
<style>
span { border-color: #B82099; }
span { border-color: rgb(184,32,153); }
td.TdClassName
{
border-color: #B82099;
}
.TagClassName
{
border-color: #B82099;
}
</style>