Shades of Medium Violet Red #BB0492
Tints of Medium Violet Red #BB0492
RGB
CMYK
RGB Variations
Color information
#BB0492 (or 0xBB0492) is known color: Medium Violet Red. HEX triplet: BB, 04 and 92. RGB value is (187,4,146). Sum of RGB (Red+Green+Blue) = 187+4+146=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0492 is #44FB6D. Grayscale: #4A4A4A. Windows color (decimal): -4520814 or 9569467. OLE color: 9569467.
HSL color Cylindrical-coordinate representation of color #BB0492: hue angle of 313.44º 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 #BB0492 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 146 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.27 |
| HSL | 313.44º | 0.96% | 0.37% | - |
| HSV(B) | 313.44º | 0.98% | 0.73% | - |
| XYZ | 25.73 | 12.73 | 28.29 | - |
| YUV | 74.91 | 168.13 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 146 | 0 | 0.98 | 0.22 | 0.27 | 313.44 | 0.96 | 0.37 |
| Hex | BB | 4 | 92 | 0 | 62 | 16 | 1B | 139 | 60 | 25 |
| Octal | 273 | 4 | 222 | 0 | 142 | 26 | 33 | 471 | 140 | 45 |
| Binary | 10111011 | 100 | 10010010 | 0 | 1100010 | 10110 | 11011 | 100111001 | 1100000 | 100101 |
Color Harmonies of #BB0492
Complementary color
Monochromatic Colors of #BB0492
Black with #BB0492
Text Example
Text Example
White with #BB0492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0492; }
p { color: rgb(187,4,146); }
H1.HeaderClassName
{
color: #BB0492;
}
.AnyTagClassName
{
color: #BB0492;
}
</style>
background-color css
<style>
a { background-color: #BB0492; }
a { background-color: rgb(187,4,146); }
div.DivClassName
{
background-color: #BB0492;
}
.BgClassName
{
background-color: #BB0492;
}
</style>
border-color css
<style>
span { border-color: #BB0492; }
span { border-color: rgb(187,4,146); }
td.TdClassName
{
border-color: #BB0492;
}
.TagClassName
{
border-color: #BB0492;
}
</style>