Shades of Medium Violet Red #BB0388
Tints of Medium Violet Red #BB0388
RGB
CMYK
RGB Variations
Color information
#BB0388 (or 0xBB0388) is known color: Medium Violet Red. HEX triplet: BB, 03 and 88. RGB value is (187,3,136). Sum of RGB (Red+Green+Blue) = 187+3+136=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0388 is #44FC77. Grayscale: #484848. Windows color (decimal): -4521080 or 8913851. OLE color: 8913851.
HSL color Cylindrical-coordinate representation of color #BB0388: hue angle of 316.63º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0388 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.27 |
| HSL | 316.63º | 0.97% | 0.37% | - |
| HSV(B) | 316.63º | 0.98% | 0.73% | - |
| XYZ | 24.97 | 12.41 | 24.37 | - |
| YUV | 73.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 136 | 0 | 0.98 | 0.27 | 0.27 | 316.63 | 0.97 | 0.37 |
| Hex | BB | 3 | 88 | 0 | 62 | 1B | 1B | 13D | 61 | 25 |
| Octal | 273 | 3 | 210 | 0 | 142 | 33 | 33 | 475 | 141 | 45 |
| Binary | 10111011 | 11 | 10001000 | 0 | 1100010 | 11011 | 11011 | 100111101 | 1100001 | 100101 |
Color Harmonies of #BB0388
Complementary color
Monochromatic Colors of #BB0388
Black with #BB0388
Text Example
Text Example
White with #BB0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0388; }
p { color: rgb(187,3,136); }
H1.HeaderClassName
{
color: #BB0388;
}
.AnyTagClassName
{
color: #BB0388;
}
</style>
background-color css
<style>
a { background-color: #BB0388; }
a { background-color: rgb(187,3,136); }
div.DivClassName
{
background-color: #BB0388;
}
.BgClassName
{
background-color: #BB0388;
}
</style>
border-color css
<style>
span { border-color: #BB0388; }
span { border-color: rgb(187,3,136); }
td.TdClassName
{
border-color: #BB0388;
}
.TagClassName
{
border-color: #BB0388;
}
</style>