Shades of Medium Violet Red #BB1586
Tints of Medium Violet Red #BB1586
RGB
CMYK
RGB Variations
Color information
#BB1586 (or 0xBB1586) is known color: Medium Violet Red. HEX triplet: BB, 15 and 86. RGB value is (187,21,134). Sum of RGB (Red+Green+Blue) = 187+21+134=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1586 is #44EA79. Grayscale: #535353. Windows color (decimal): -4516474 or 8787387. OLE color: 8787387.
HSL color Cylindrical-coordinate representation of color #BB1586: hue angle of 319.16º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1586 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 134 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.27 |
| HSL | 319.16º | 0.8% | 0.41% | - |
| HSV(B) | 319.16º | 0.89% | 0.73% | - |
| XYZ | 25.06 | 12.82 | 23.71 | - |
| YUV | 83.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 134 | 0 | 0.89 | 0.28 | 0.27 | 319.16 | 0.8 | 0.41 |
| Hex | BB | 15 | 86 | 0 | 59 | 1C | 1B | 13F | 50 | 29 |
| Octal | 273 | 25 | 206 | 0 | 131 | 34 | 33 | 477 | 120 | 51 |
| Binary | 10111011 | 10101 | 10000110 | 0 | 1011001 | 11100 | 11011 | 100111111 | 1010000 | 101001 |
Color Harmonies of #BB1586
Complementary color
Monochromatic Colors of #BB1586
Black with #BB1586
Text Example
Text Example
White with #BB1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1586; }
p { color: rgb(187,21,134); }
H1.HeaderClassName
{
color: #BB1586;
}
.AnyTagClassName
{
color: #BB1586;
}
</style>
background-color css
<style>
a { background-color: #BB1586; }
a { background-color: rgb(187,21,134); }
div.DivClassName
{
background-color: #BB1586;
}
.BgClassName
{
background-color: #BB1586;
}
</style>
border-color css
<style>
span { border-color: #BB1586; }
span { border-color: rgb(187,21,134); }
td.TdClassName
{
border-color: #BB1586;
}
.TagClassName
{
border-color: #BB1586;
}
</style>