Shades of Medium Violet Red #BB009D
Tints of Medium Violet Red #BB009D
RGB
CMYK
RGB Variations
Color information
#BB009D (or 0xBB009D) is known color: Medium Violet Red. HEX triplet: BB, 00 and 9D. RGB value is (187,0,157). Sum of RGB (Red+Green+Blue) = 187+0+157=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB009D is #44FF62. Grayscale: #494949. Windows color (decimal): -4521827 or 10289339. OLE color: 10289339.
HSL color Cylindrical-coordinate representation of color #BB009D: hue angle of 309.63º 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 #BB009D is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.16 | 0.27 |
| HSL | 309.63º | 1% | 0.37% | - |
| HSV(B) | 309.63º | 1% | 0.73% | - |
| XYZ | 26.58 | 13 | 33.01 | - |
| YUV | 73.81 | 174.95 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 157 | 0 | 1 | 0.16 | 0.27 | 309.63 | 1 | 0.37 |
| Hex | BB | 0 | 9D | 0 | 64 | 10 | 1B | 136 | 64 | 25 |
| Octal | 273 | 0 | 235 | 0 | 144 | 20 | 33 | 466 | 144 | 45 |
| Binary | 10111011 | 0 | 10011101 | 0 | 1100100 | 10000 | 11011 | 100110110 | 1100100 | 100101 |
Color Harmonies of #BB009D
Complementary color
Monochromatic Colors of #BB009D
Black with #BB009D
Text Example
Text Example
White with #BB009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB009D; }
p { color: rgb(187,0,157); }
H1.HeaderClassName
{
color: #BB009D;
}
.AnyTagClassName
{
color: #BB009D;
}
</style>
background-color css
<style>
a { background-color: #BB009D; }
a { background-color: rgb(187,0,157); }
div.DivClassName
{
background-color: #BB009D;
}
.BgClassName
{
background-color: #BB009D;
}
</style>
border-color css
<style>
span { border-color: #BB009D; }
span { border-color: rgb(187,0,157); }
td.TdClassName
{
border-color: #BB009D;
}
.TagClassName
{
border-color: #BB009D;
}
</style>