Shades of Medium Violet Red #BB0494
Tints of Medium Violet Red #BB0494
RGB
CMYK
RGB Variations
Color information
#BB0494 (or 0xBB0494) is known color: Medium Violet Red. HEX triplet: BB, 04 and 94. RGB value is (187,4,148). Sum of RGB (Red+Green+Blue) = 187+4+148=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0494 is #44FB6B. Grayscale: #4A4A4A. Windows color (decimal): -4520812 or 9700539. OLE color: 9700539.
HSL color Cylindrical-coordinate representation of color #BB0494: hue angle of 312.79º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0494 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.27 |
| HSL | 312.79º | 0.96% | 0.37% | - |
| HSV(B) | 312.79º | 0.98% | 0.73% | - |
| XYZ | 25.88 | 12.79 | 29.12 | - |
| YUV | 75.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 148 | 0 | 0.98 | 0.21 | 0.27 | 312.79 | 0.96 | 0.37 |
| Hex | BB | 4 | 94 | 0 | 62 | 15 | 1B | 139 | 60 | 25 |
| Octal | 273 | 4 | 224 | 0 | 142 | 25 | 33 | 471 | 140 | 45 |
| Binary | 10111011 | 100 | 10010100 | 0 | 1100010 | 10101 | 11011 | 100111001 | 1100000 | 100101 |
Color Harmonies of #BB0494
Complementary color
Monochromatic Colors of #BB0494
Black with #BB0494
Text Example
Text Example
White with #BB0494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0494; }
p { color: rgb(187,4,148); }
H1.HeaderClassName
{
color: #BB0494;
}
.AnyTagClassName
{
color: #BB0494;
}
</style>
background-color css
<style>
a { background-color: #BB0494; }
a { background-color: rgb(187,4,148); }
div.DivClassName
{
background-color: #BB0494;
}
.BgClassName
{
background-color: #BB0494;
}
</style>
border-color css
<style>
span { border-color: #BB0494; }
span { border-color: rgb(187,4,148); }
td.TdClassName
{
border-color: #BB0494;
}
.TagClassName
{
border-color: #BB0494;
}
</style>