Shades of Medium Violet Red #BB0188
Tints of Medium Violet Red #BB0188
RGB
CMYK
RGB Variations
Color information
#BB0188 (or 0xBB0188) is known color: Medium Violet Red. HEX triplet: BB, 01 and 88. RGB value is (187,1,136). Sum of RGB (Red+Green+Blue) = 187+1+136=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0188 is #44FE77. Grayscale: #474747. Windows color (decimal): -4521592 or 8913339. OLE color: 8913339.
HSL color Cylindrical-coordinate representation of color #BB0188: hue angle of 316.45º 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 #BB0188 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.27 |
| HSL | 316.45º | 0.99% | 0.37% | - |
| HSV(B) | 316.45º | 0.99% | 0.73% | - |
| XYZ | 24.95 | 12.36 | 24.36 | - |
| YUV | 72 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 136 | 0 | 0.99 | 0.27 | 0.27 | 316.45 | 0.99 | 0.37 |
| Hex | BB | 1 | 88 | 0 | 63 | 1B | 1B | 13C | 63 | 25 |
| Octal | 273 | 1 | 210 | 0 | 143 | 33 | 33 | 474 | 143 | 45 |
| Binary | 10111011 | 1 | 10001000 | 0 | 1100011 | 11011 | 11011 | 100111100 | 1100011 | 100101 |
Color Harmonies of #BB0188
Complementary color
Monochromatic Colors of #BB0188
Black with #BB0188
Text Example
Text Example
White with #BB0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0188; }
p { color: rgb(187,1,136); }
H1.HeaderClassName
{
color: #BB0188;
}
.AnyTagClassName
{
color: #BB0188;
}
</style>
background-color css
<style>
a { background-color: #BB0188; }
a { background-color: rgb(187,1,136); }
div.DivClassName
{
background-color: #BB0188;
}
.BgClassName
{
background-color: #BB0188;
}
</style>
border-color css
<style>
span { border-color: #BB0188; }
span { border-color: rgb(187,1,136); }
td.TdClassName
{
border-color: #BB0188;
}
.TagClassName
{
border-color: #BB0188;
}
</style>