Shades of Medium Violet Red #BB0879
Tints of Medium Violet Red #BB0879
RGB
CMYK
RGB Variations
Color information
#BB0879 (or 0xBB0879) is known color: Medium Violet Red. HEX triplet: BB, 08 and 79. RGB value is (187,8,121). Sum of RGB (Red+Green+Blue) = 187+8+121=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0879 is #44F786. Grayscale: #4A4A4A. Windows color (decimal): -4519815 or 7932091. OLE color: 7932091.
HSL color Cylindrical-coordinate representation of color #BB0879: hue angle of 322.12º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0879 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.27 |
| HSL | 322.12º | 0.92% | 0.38% | - |
| HSV(B) | 322.12º | 0.96% | 0.73% | - |
| XYZ | 24.03 | 12.12 | 19.16 | - |
| YUV | 74.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 121 | 0 | 0.96 | 0.35 | 0.27 | 322.12 | 0.92 | 0.38 |
| Hex | BB | 8 | 79 | 0 | 60 | 23 | 1B | 142 | 5C | 26 |
| Octal | 273 | 10 | 171 | 0 | 140 | 43 | 33 | 502 | 134 | 46 |
| Binary | 10111011 | 1000 | 1111001 | 0 | 1100000 | 100011 | 11011 | 101000010 | 1011100 | 100110 |
Color Harmonies of #BB0879
Complementary color
Monochromatic Colors of #BB0879
Black with #BB0879
Text Example
Text Example
White with #BB0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0879; }
p { color: rgb(187,8,121); }
H1.HeaderClassName
{
color: #BB0879;
}
.AnyTagClassName
{
color: #BB0879;
}
</style>
background-color css
<style>
a { background-color: #BB0879; }
a { background-color: rgb(187,8,121); }
div.DivClassName
{
background-color: #BB0879;
}
.BgClassName
{
background-color: #BB0879;
}
</style>
border-color css
<style>
span { border-color: #BB0879; }
span { border-color: rgb(187,8,121); }
td.TdClassName
{
border-color: #BB0879;
}
.TagClassName
{
border-color: #BB0879;
}
</style>