Shades of Medium Violet Red #BB009B
Tints of Medium Violet Red #BB009B
RGB
CMYK
RGB Variations
Color information
#BB009B (or 0xBB009B) is known color: Medium Violet Red. HEX triplet: BB, 00 and 9B. RGB value is (187,0,155). Sum of RGB (Red+Green+Blue) = 187+0+155=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB009B is #44FF64. Grayscale: #494949. Windows color (decimal): -4521829 or 10158267. OLE color: 10158267.
HSL color Cylindrical-coordinate representation of color #BB009B: hue angle of 310.27º 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 #BB009B is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.17 | 0.27 |
| HSL | 310.27º | 1% | 0.37% | - |
| HSV(B) | 310.27º | 1% | 0.73% | - |
| XYZ | 26.41 | 12.93 | 32.11 | - |
| YUV | 73.58 | 173.95 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 155 | 0 | 1 | 0.17 | 0.27 | 310.27 | 1 | 0.37 |
| Hex | BB | 0 | 9B | 0 | 64 | 11 | 1B | 136 | 64 | 25 |
| Octal | 273 | 0 | 233 | 0 | 144 | 21 | 33 | 466 | 144 | 45 |
| Binary | 10111011 | 0 | 10011011 | 0 | 1100100 | 10001 | 11011 | 100110110 | 1100100 | 100101 |
Color Harmonies of #BB009B
Complementary color
Monochromatic Colors of #BB009B
Black with #BB009B
Text Example
Text Example
White with #BB009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB009B; }
p { color: rgb(187,0,155); }
H1.HeaderClassName
{
color: #BB009B;
}
.AnyTagClassName
{
color: #BB009B;
}
</style>
background-color css
<style>
a { background-color: #BB009B; }
a { background-color: rgb(187,0,155); }
div.DivClassName
{
background-color: #BB009B;
}
.BgClassName
{
background-color: #BB009B;
}
</style>
border-color css
<style>
span { border-color: #BB009B; }
span { border-color: rgb(187,0,155); }
td.TdClassName
{
border-color: #BB009B;
}
.TagClassName
{
border-color: #BB009B;
}
</style>