Shades of Medium Violet Red #BB1087
Tints of Medium Violet Red #BB1087
RGB
CMYK
RGB Variations
Color information
#BB1087 (or 0xBB1087) is known color: Medium Violet Red. HEX triplet: BB, 10 and 87. RGB value is (187,16,135). Sum of RGB (Red+Green+Blue) = 187+16+135=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1087 is #44EF78. Grayscale: #505050. Windows color (decimal): -4517753 or 8851643. OLE color: 8851643.
HSL color Cylindrical-coordinate representation of color #BB1087: hue angle of 318.25º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1087 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 135 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.27 |
| HSL | 318.25º | 0.84% | 0.4% | - |
| HSV(B) | 318.25º | 0.91% | 0.73% | - |
| XYZ | 25.05 | 12.68 | 24.05 | - |
| YUV | 80.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 135 | 0 | 0.91 | 0.28 | 0.27 | 318.25 | 0.84 | 0.4 |
| Hex | BB | 10 | 87 | 0 | 5B | 1C | 1B | 13E | 54 | 28 |
| Octal | 273 | 20 | 207 | 0 | 133 | 34 | 33 | 476 | 124 | 50 |
| Binary | 10111011 | 10000 | 10000111 | 0 | 1011011 | 11100 | 11011 | 100111110 | 1010100 | 101000 |
Color Harmonies of #BB1087
Complementary color
Monochromatic Colors of #BB1087
Black with #BB1087
Text Example
Text Example
White with #BB1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1087; }
p { color: rgb(187,16,135); }
H1.HeaderClassName
{
color: #BB1087;
}
.AnyTagClassName
{
color: #BB1087;
}
</style>
background-color css
<style>
a { background-color: #BB1087; }
a { background-color: rgb(187,16,135); }
div.DivClassName
{
background-color: #BB1087;
}
.BgClassName
{
background-color: #BB1087;
}
</style>
border-color css
<style>
span { border-color: #BB1087; }
span { border-color: rgb(187,16,135); }
td.TdClassName
{
border-color: #BB1087;
}
.TagClassName
{
border-color: #BB1087;
}
</style>