Shades of Medium Violet Red #BB1486
Tints of Medium Violet Red #BB1486
RGB
CMYK
RGB Variations
Color information
#BB1486 (or 0xBB1486) is known color: Medium Violet Red. HEX triplet: BB, 14 and 86. RGB value is (187,20,134). Sum of RGB (Red+Green+Blue) = 187+20+134=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1486 is #44EB79. Grayscale: #525252. Windows color (decimal): -4516730 or 8787131. OLE color: 8787131.
HSL color Cylindrical-coordinate representation of color #BB1486: hue angle of 319.04º degrees, saturation: 0.81, 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 #BB1486 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 134 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.27 |
| HSL | 319.04º | 0.81% | 0.41% | - |
| HSV(B) | 319.04º | 0.89% | 0.73% | - |
| XYZ | 25.05 | 12.79 | 23.7 | - |
| YUV | 82.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 134 | 0 | 0.89 | 0.28 | 0.27 | 319.04 | 0.81 | 0.41 |
| Hex | BB | 14 | 86 | 0 | 59 | 1C | 1B | 13F | 51 | 29 |
| Octal | 273 | 24 | 206 | 0 | 131 | 34 | 33 | 477 | 121 | 51 |
| Binary | 10111011 | 10100 | 10000110 | 0 | 1011001 | 11100 | 11011 | 100111111 | 1010001 | 101001 |
Color Harmonies of #BB1486
Complementary color
Monochromatic Colors of #BB1486
Black with #BB1486
Text Example
Text Example
White with #BB1486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1486; }
p { color: rgb(187,20,134); }
H1.HeaderClassName
{
color: #BB1486;
}
.AnyTagClassName
{
color: #BB1486;
}
</style>
background-color css
<style>
a { background-color: #BB1486; }
a { background-color: rgb(187,20,134); }
div.DivClassName
{
background-color: #BB1486;
}
.BgClassName
{
background-color: #BB1486;
}
</style>
border-color css
<style>
span { border-color: #BB1486; }
span { border-color: rgb(187,20,134); }
td.TdClassName
{
border-color: #BB1486;
}
.TagClassName
{
border-color: #BB1486;
}
</style>