Shades of Medium Violet Red #BB0473
Tints of Medium Violet Red #BB0473
RGB
CMYK
RGB Variations
Color information
#BB0473 (or 0xBB0473) is known color: Medium Violet Red. HEX triplet: BB, 04 and 73. RGB value is (187,4,115). Sum of RGB (Red+Green+Blue) = 187+4+115=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0473 is #44FB8C. Grayscale: #474747. Windows color (decimal): -4520845 or 7537851. OLE color: 7537851.
HSL color Cylindrical-coordinate representation of color #BB0473: hue angle of 323.61º 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 #BB0473 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.27 |
| HSL | 323.61º | 0.96% | 0.37% | - |
| HSV(B) | 323.61º | 0.98% | 0.73% | - |
| XYZ | 23.63 | 11.89 | 17.27 | - |
| YUV | 71.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 115 | 0 | 0.98 | 0.39 | 0.27 | 323.61 | 0.96 | 0.37 |
| Hex | BB | 4 | 73 | 0 | 62 | 27 | 1B | 144 | 60 | 25 |
| Octal | 273 | 4 | 163 | 0 | 142 | 47 | 33 | 504 | 140 | 45 |
| Binary | 10111011 | 100 | 1110011 | 0 | 1100010 | 100111 | 11011 | 101000100 | 1100000 | 100101 |
Color Harmonies of #BB0473
Complementary color
Monochromatic Colors of #BB0473
Black with #BB0473
Text Example
Text Example
White with #BB0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0473; }
p { color: rgb(187,4,115); }
H1.HeaderClassName
{
color: #BB0473;
}
.AnyTagClassName
{
color: #BB0473;
}
</style>
background-color css
<style>
a { background-color: #BB0473; }
a { background-color: rgb(187,4,115); }
div.DivClassName
{
background-color: #BB0473;
}
.BgClassName
{
background-color: #BB0473;
}
</style>
border-color css
<style>
span { border-color: #BB0473; }
span { border-color: rgb(187,4,115); }
td.TdClassName
{
border-color: #BB0473;
}
.TagClassName
{
border-color: #BB0473;
}
</style>