Shades of Medium Violet Red #BB0287
Tints of Medium Violet Red #BB0287
RGB
CMYK
RGB Variations
Color information
#BB0287 (or 0xBB0287) is known color: Medium Violet Red. HEX triplet: BB, 02 and 87. RGB value is (187,2,135). Sum of RGB (Red+Green+Blue) = 187+2+135=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0287 is #44FD78. Grayscale: #484848. Windows color (decimal): -4521337 or 8848059. OLE color: 8848059.
HSL color Cylindrical-coordinate representation of color #BB0287: hue angle of 316.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0287 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.27 |
| HSL | 316.86º | 0.98% | 0.37% | - |
| HSV(B) | 316.86º | 0.99% | 0.73% | - |
| XYZ | 24.89 | 12.36 | 24 | - |
| YUV | 72.48 | 163.29 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 135 | 0 | 0.99 | 0.28 | 0.27 | 316.86 | 0.98 | 0.37 |
| Hex | BB | 2 | 87 | 0 | 63 | 1C | 1B | 13D | 62 | 25 |
| Octal | 273 | 2 | 207 | 0 | 143 | 34 | 33 | 475 | 142 | 45 |
| Binary | 10111011 | 10 | 10000111 | 0 | 1100011 | 11100 | 11011 | 100111101 | 1100010 | 100101 |
Color Harmonies of #BB0287
Complementary color
Monochromatic Colors of #BB0287
Black with #BB0287
Text Example
Text Example
White with #BB0287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0287; }
p { color: rgb(187,2,135); }
H1.HeaderClassName
{
color: #BB0287;
}
.AnyTagClassName
{
color: #BB0287;
}
</style>
background-color css
<style>
a { background-color: #BB0287; }
a { background-color: rgb(187,2,135); }
div.DivClassName
{
background-color: #BB0287;
}
.BgClassName
{
background-color: #BB0287;
}
</style>
border-color css
<style>
span { border-color: #BB0287; }
span { border-color: rgb(187,2,135); }
td.TdClassName
{
border-color: #BB0287;
}
.TagClassName
{
border-color: #BB0287;
}
</style>