Shades of Medium Violet Red #BB0373
Tints of Medium Violet Red #BB0373
RGB
CMYK
RGB Variations
Color information
#BB0373 (or 0xBB0373) is known color: Medium Violet Red. HEX triplet: BB, 03 and 73. RGB value is (187,3,115). Sum of RGB (Red+Green+Blue) = 187+3+115=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0373 is #44FC8C. Grayscale: #464646. Windows color (decimal): -4521101 or 7537595. OLE color: 7537595.
HSL color Cylindrical-coordinate representation of color #BB0373: hue angle of 323.48º degrees, saturation: 0.97, 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 #BB0373 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.27 |
| HSL | 323.48º | 0.97% | 0.37% | - |
| HSV(B) | 323.48º | 0.98% | 0.73% | - |
| XYZ | 23.62 | 11.87 | 17.27 | - |
| YUV | 70.78 | 152.96 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 115 | 0 | 0.98 | 0.39 | 0.27 | 323.48 | 0.97 | 0.37 |
| Hex | BB | 3 | 73 | 0 | 62 | 27 | 1B | 143 | 61 | 25 |
| Octal | 273 | 3 | 163 | 0 | 142 | 47 | 33 | 503 | 141 | 45 |
| Binary | 10111011 | 11 | 1110011 | 0 | 1100010 | 100111 | 11011 | 101000011 | 1100001 | 100101 |
Color Harmonies of #BB0373
Complementary color
Monochromatic Colors of #BB0373
Black with #BB0373
Text Example
Text Example
White with #BB0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0373; }
p { color: rgb(187,3,115); }
H1.HeaderClassName
{
color: #BB0373;
}
.AnyTagClassName
{
color: #BB0373;
}
</style>
background-color css
<style>
a { background-color: #BB0373; }
a { background-color: rgb(187,3,115); }
div.DivClassName
{
background-color: #BB0373;
}
.BgClassName
{
background-color: #BB0373;
}
</style>
border-color css
<style>
span { border-color: #BB0373; }
span { border-color: rgb(187,3,115); }
td.TdClassName
{
border-color: #BB0373;
}
.TagClassName
{
border-color: #BB0373;
}
</style>