Shades of Medium Violet Red #BB0186
Tints of Medium Violet Red #BB0186
RGB
CMYK
RGB Variations
Color information
#BB0186 (or 0xBB0186) is known color: Medium Violet Red. HEX triplet: BB, 01 and 86. RGB value is (187,1,134). Sum of RGB (Red+Green+Blue) = 187+1+134=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0186 is #44FE79. Grayscale: #474747. Windows color (decimal): -4521594 or 8782267. OLE color: 8782267.
HSL color Cylindrical-coordinate representation of color #BB0186: hue angle of 317.1º degrees, saturation: 0.99, 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 #BB0186 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.27 |
| HSL | 317.1º | 0.99% | 0.37% | - |
| HSV(B) | 317.1º | 0.99% | 0.73% | - |
| XYZ | 24.81 | 12.31 | 23.62 | - |
| YUV | 71.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 134 | 0 | 0.99 | 0.28 | 0.27 | 317.1 | 0.99 | 0.37 |
| Hex | BB | 1 | 86 | 0 | 63 | 1C | 1B | 13D | 63 | 25 |
| Octal | 273 | 1 | 206 | 0 | 143 | 34 | 33 | 475 | 143 | 45 |
| Binary | 10111011 | 1 | 10000110 | 0 | 1100011 | 11100 | 11011 | 100111101 | 1100011 | 100101 |
Color Harmonies of #BB0186
Complementary color
Monochromatic Colors of #BB0186
Black with #BB0186
Text Example
Text Example
White with #BB0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0186; }
p { color: rgb(187,1,134); }
H1.HeaderClassName
{
color: #BB0186;
}
.AnyTagClassName
{
color: #BB0186;
}
</style>
background-color css
<style>
a { background-color: #BB0186; }
a { background-color: rgb(187,1,134); }
div.DivClassName
{
background-color: #BB0186;
}
.BgClassName
{
background-color: #BB0186;
}
</style>
border-color css
<style>
span { border-color: #BB0186; }
span { border-color: rgb(187,1,134); }
td.TdClassName
{
border-color: #BB0186;
}
.TagClassName
{
border-color: #BB0186;
}
</style>