Shades of Medium Violet Red #BB0586
Tints of Medium Violet Red #BB0586
RGB
CMYK
RGB Variations
Color information
#BB0586 (or 0xBB0586) is known color: Medium Violet Red. HEX triplet: BB, 05 and 86. RGB value is (187,5,134). Sum of RGB (Red+Green+Blue) = 187+5+134=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0586 is #44FA79. Grayscale: #494949. Windows color (decimal): -4520570 or 8783291. OLE color: 8783291.
HSL color Cylindrical-coordinate representation of color #BB0586: hue angle of 317.47º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0586 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.27 |
| HSL | 317.47º | 0.95% | 0.38% | - |
| HSV(B) | 317.47º | 0.97% | 0.73% | - |
| XYZ | 24.85 | 12.39 | 23.64 | - |
| YUV | 74.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 5 | 134 | 0 | 0.97 | 0.28 | 0.27 | 317.47 | 0.95 | 0.38 |
| Hex | BB | 5 | 86 | 0 | 61 | 1C | 1B | 13D | 5F | 26 |
| Octal | 273 | 5 | 206 | 0 | 141 | 34 | 33 | 475 | 137 | 46 |
| Binary | 10111011 | 101 | 10000110 | 0 | 1100001 | 11100 | 11011 | 100111101 | 1011111 | 100110 |
Color Harmonies of #BB0586
Complementary color
Monochromatic Colors of #BB0586
Black with #BB0586
Text Example
Text Example
White with #BB0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0586; }
p { color: rgb(187,5,134); }
H1.HeaderClassName
{
color: #BB0586;
}
.AnyTagClassName
{
color: #BB0586;
}
</style>
background-color css
<style>
a { background-color: #BB0586; }
a { background-color: rgb(187,5,134); }
div.DivClassName
{
background-color: #BB0586;
}
.BgClassName
{
background-color: #BB0586;
}
</style>
border-color css
<style>
span { border-color: #BB0586; }
span { border-color: rgb(187,5,134); }
td.TdClassName
{
border-color: #BB0586;
}
.TagClassName
{
border-color: #BB0586;
}
</style>