Shades of Medium Red Violet #BB2388
Tints of Medium Red Violet #BB2388
RGB
CMYK
RGB Variations
Color information
#BB2388 (or 0xBB2388) is known color: Medium Red Violet. HEX triplet: BB, 23 and 88. RGB value is (187,35,136). Sum of RGB (Red+Green+Blue) = 187+35+136=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2388 is #44DC77. Grayscale: #5B5B5B. Windows color (decimal): -4512888 or 8922043. OLE color: 8922043.
HSL color Cylindrical-coordinate representation of color #BB2388: hue angle of 320.13º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2388 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 136 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.27 |
| HSL | 320.13º | 0.68% | 0.44% | - |
| HSV(B) | 320.13º | 0.81% | 0.73% | - |
| XYZ | 25.54 | 13.54 | 24.56 | - |
| YUV | 91.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 136 | 0 | 0.81 | 0.27 | 0.27 | 320.13 | 0.68 | 0.44 |
| Hex | BB | 23 | 88 | 0 | 51 | 1B | 1B | 140 | 44 | 2C |
| Octal | 273 | 43 | 210 | 0 | 121 | 33 | 33 | 500 | 104 | 54 |
| Binary | 10111011 | 100011 | 10001000 | 0 | 1010001 | 11011 | 11011 | 101000000 | 1000100 | 101100 |
Color Harmonies of #BB2388
Complementary color
Monochromatic Colors of #BB2388
Black with #BB2388
Text Example
Text Example
White with #BB2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2388; }
p { color: rgb(187,35,136); }
H1.HeaderClassName
{
color: #BB2388;
}
.AnyTagClassName
{
color: #BB2388;
}
</style>
background-color css
<style>
a { background-color: #BB2388; }
a { background-color: rgb(187,35,136); }
div.DivClassName
{
background-color: #BB2388;
}
.BgClassName
{
background-color: #BB2388;
}
</style>
border-color css
<style>
span { border-color: #BB2388; }
span { border-color: rgb(187,35,136); }
td.TdClassName
{
border-color: #BB2388;
}
.TagClassName
{
border-color: #BB2388;
}
</style>