Shades of Medium Violet Red #BB0073
Tints of Medium Violet Red #BB0073
RGB
CMYK
RGB Variations
Color information
#BB0073 (or 0xBB0073) is known color: Medium Violet Red. HEX triplet: BB, 00 and 73. RGB value is (187,0,115). Sum of RGB (Red+Green+Blue) = 187+0+115=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0073 is #44FF8C. Grayscale: #444444. Windows color (decimal): -4521869 or 7536827. OLE color: 7536827.
HSL color Cylindrical-coordinate representation of color #BB0073: hue angle of 323.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0073 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.39 | 0.27 |
| HSL | 323.1º | 1% | 0.37% | - |
| HSV(B) | 323.1º | 1% | 0.73% | - |
| XYZ | 23.59 | 11.8 | 17.25 | - |
| YUV | 69.02 | 153.95 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 115 | 0 | 1 | 0.39 | 0.27 | 323.1 | 1 | 0.37 |
| Hex | BB | 0 | 73 | 0 | 64 | 27 | 1B | 143 | 64 | 25 |
| Octal | 273 | 0 | 163 | 0 | 144 | 47 | 33 | 503 | 144 | 45 |
| Binary | 10111011 | 0 | 1110011 | 0 | 1100100 | 100111 | 11011 | 101000011 | 1100100 | 100101 |
Color Harmonies of #BB0073
Complementary color
Monochromatic Colors of #BB0073
Black with #BB0073
Text Example
Text Example
White with #BB0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0073; }
p { color: rgb(187,0,115); }
H1.HeaderClassName
{
color: #BB0073;
}
.AnyTagClassName
{
color: #BB0073;
}
</style>
background-color css
<style>
a { background-color: #BB0073; }
a { background-color: rgb(187,0,115); }
div.DivClassName
{
background-color: #BB0073;
}
.BgClassName
{
background-color: #BB0073;
}
</style>
border-color css
<style>
span { border-color: #BB0073; }
span { border-color: rgb(187,0,115); }
td.TdClassName
{
border-color: #BB0073;
}
.TagClassName
{
border-color: #BB0073;
}
</style>