Shades of Medium Violet Red #BB0089
Tints of Medium Violet Red #BB0089
RGB
CMYK
RGB Variations
Color information
#BB0089 (or 0xBB0089) is known color: Medium Violet Red. HEX triplet: BB, 00 and 89. RGB value is (187,0,137). Sum of RGB (Red+Green+Blue) = 187+0+137=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0089 is #44FF76. Grayscale: #474747. Windows color (decimal): -4521847 or 8978619. OLE color: 8978619.
HSL color Cylindrical-coordinate representation of color #BB0089: hue angle of 316.04º 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 #BB0089 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.27 | 0.27 |
| HSL | 316.04º | 1% | 0.37% | - |
| HSV(B) | 316.04º | 1% | 0.73% | - |
| XYZ | 25.01 | 12.37 | 24.74 | - |
| YUV | 71.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 137 | 0 | 1 | 0.27 | 0.27 | 316.04 | 1 | 0.37 |
| Hex | BB | 0 | 89 | 0 | 64 | 1B | 1B | 13C | 64 | 25 |
| Octal | 273 | 0 | 211 | 0 | 144 | 33 | 33 | 474 | 144 | 45 |
| Binary | 10111011 | 0 | 10001001 | 0 | 1100100 | 11011 | 11011 | 100111100 | 1100100 | 100101 |
Color Harmonies of #BB0089
Complementary color
Monochromatic Colors of #BB0089
Black with #BB0089
Text Example
Text Example
White with #BB0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0089; }
p { color: rgb(187,0,137); }
H1.HeaderClassName
{
color: #BB0089;
}
.AnyTagClassName
{
color: #BB0089;
}
</style>
background-color css
<style>
a { background-color: #BB0089; }
a { background-color: rgb(187,0,137); }
div.DivClassName
{
background-color: #BB0089;
}
.BgClassName
{
background-color: #BB0089;
}
</style>
border-color css
<style>
span { border-color: #BB0089; }
span { border-color: rgb(187,0,137); }
td.TdClassName
{
border-color: #BB0089;
}
.TagClassName
{
border-color: #BB0089;
}
</style>