Shades of Medium Violet Red #BB0279
Tints of Medium Violet Red #BB0279
RGB
CMYK
RGB Variations
Color information
#BB0279 (or 0xBB0279) is known color: Medium Violet Red. HEX triplet: BB, 02 and 79. RGB value is (187,2,121). Sum of RGB (Red+Green+Blue) = 187+2+121=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0279 is #44FD86. Grayscale: #464646. Windows color (decimal): -4521351 or 7930555. OLE color: 7930555.
HSL color Cylindrical-coordinate representation of color #BB0279: hue angle of 321.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0279 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.27 |
| HSL | 321.41º | 0.98% | 0.37% | - |
| HSV(B) | 321.41º | 0.99% | 0.73% | - |
| XYZ | 23.97 | 11.99 | 19.14 | - |
| YUV | 70.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 121 | 0 | 0.99 | 0.35 | 0.27 | 321.41 | 0.98 | 0.37 |
| Hex | BB | 2 | 79 | 0 | 63 | 23 | 1B | 141 | 62 | 25 |
| Octal | 273 | 2 | 171 | 0 | 143 | 43 | 33 | 501 | 142 | 45 |
| Binary | 10111011 | 10 | 1111001 | 0 | 1100011 | 100011 | 11011 | 101000001 | 1100010 | 100101 |
Color Harmonies of #BB0279
Complementary color
Monochromatic Colors of #BB0279
Black with #BB0279
Text Example
Text Example
White with #BB0279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0279; }
p { color: rgb(187,2,121); }
H1.HeaderClassName
{
color: #BB0279;
}
.AnyTagClassName
{
color: #BB0279;
}
</style>
background-color css
<style>
a { background-color: #BB0279; }
a { background-color: rgb(187,2,121); }
div.DivClassName
{
background-color: #BB0279;
}
.BgClassName
{
background-color: #BB0279;
}
</style>
border-color css
<style>
span { border-color: #BB0279; }
span { border-color: rgb(187,2,121); }
td.TdClassName
{
border-color: #BB0279;
}
.TagClassName
{
border-color: #BB0279;
}
</style>