Shades of Medium Violet Red #BB0B79
Tints of Medium Violet Red #BB0B79
RGB
CMYK
RGB Variations
Color information
#BB0B79 (or 0xBB0B79) is known color: Medium Violet Red. HEX triplet: BB, 0B and 79. RGB value is (187,11,121). Sum of RGB (Red+Green+Blue) = 187+11+121=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B79 is #44F486. Grayscale: #4B4B4B. Windows color (decimal): -4519047 or 7932859. OLE color: 7932859.
HSL color Cylindrical-coordinate representation of color #BB0B79: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0B79 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 121 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.27 |
| HSL | 322.5º | 0.89% | 0.39% | - |
| HSV(B) | 322.5º | 0.94% | 0.73% | - |
| XYZ | 24.06 | 12.18 | 19.17 | - |
| YUV | 76.16 | 153.31 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 121 | 0 | 0.94 | 0.35 | 0.27 | 322.5 | 0.89 | 0.39 |
| Hex | BB | B | 79 | 0 | 5E | 23 | 1B | 142 | 59 | 27 |
| Octal | 273 | 13 | 171 | 0 | 136 | 43 | 33 | 502 | 131 | 47 |
| Binary | 10111011 | 1011 | 1111001 | 0 | 1011110 | 100011 | 11011 | 101000010 | 1011001 | 100111 |
Color Harmonies of #BB0B79
Complementary color
Monochromatic Colors of #BB0B79
Black with #BB0B79
Text Example
Text Example
White with #BB0B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0B79; }
p { color: rgb(187,11,121); }
H1.HeaderClassName
{
color: #BB0B79;
}
.AnyTagClassName
{
color: #BB0B79;
}
</style>
background-color css
<style>
a { background-color: #BB0B79; }
a { background-color: rgb(187,11,121); }
div.DivClassName
{
background-color: #BB0B79;
}
.BgClassName
{
background-color: #BB0B79;
}
</style>
border-color css
<style>
span { border-color: #BB0B79; }
span { border-color: rgb(187,11,121); }
td.TdClassName
{
border-color: #BB0B79;
}
.TagClassName
{
border-color: #BB0B79;
}
</style>