Shades of Medium Violet Red #BB008C
Tints of Medium Violet Red #BB008C
RGB
CMYK
RGB Variations
Color information
#BB008C (or 0xBB008C) is known color: Medium Violet Red. HEX triplet: BB, 00 and 8C. RGB value is (187,0,140). Sum of RGB (Red+Green+Blue) = 187+0+140=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB008C is #44FF73. Grayscale: #474747. Windows color (decimal): -4521844 or 9175227. OLE color: 9175227.
HSL color Cylindrical-coordinate representation of color #BB008C: hue angle of 315.08º 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 #BB008C is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.25 | 0.27 |
| HSL | 315.08º | 1% | 0.37% | - |
| HSV(B) | 315.08º | 1% | 0.73% | - |
| XYZ | 25.23 | 12.46 | 25.89 | - |
| YUV | 71.87 | 166.45 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 140 | 0 | 1 | 0.25 | 0.27 | 315.08 | 1 | 0.37 |
| Hex | BB | 0 | 8C | 0 | 64 | 19 | 1B | 13B | 64 | 25 |
| Octal | 273 | 0 | 214 | 0 | 144 | 31 | 33 | 473 | 144 | 45 |
| Binary | 10111011 | 0 | 10001100 | 0 | 1100100 | 11001 | 11011 | 100111011 | 1100100 | 100101 |
Color Harmonies of #BB008C
Complementary color
Monochromatic Colors of #BB008C
Black with #BB008C
Text Example
Text Example
White with #BB008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB008C; }
p { color: rgb(187,0,140); }
H1.HeaderClassName
{
color: #BB008C;
}
.AnyTagClassName
{
color: #BB008C;
}
</style>
background-color css
<style>
a { background-color: #BB008C; }
a { background-color: rgb(187,0,140); }
div.DivClassName
{
background-color: #BB008C;
}
.BgClassName
{
background-color: #BB008C;
}
</style>
border-color css
<style>
span { border-color: #BB008C; }
span { border-color: rgb(187,0,140); }
td.TdClassName
{
border-color: #BB008C;
}
.TagClassName
{
border-color: #BB008C;
}
</style>