Shades of Medium Red Violet #BB2884
Tints of Medium Red Violet #BB2884
RGB
CMYK
RGB Variations
Color information
#BB2884 (or 0xBB2884) is known color: Medium Red Violet. HEX triplet: BB, 28 and 84. RGB value is (187,40,132). Sum of RGB (Red+Green+Blue) = 187+40+132=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2884 is #44D77B. Grayscale: #5E5E5E. Windows color (decimal): -4511612 or 8661179. OLE color: 8661179.
HSL color Cylindrical-coordinate representation of color #BB2884: hue angle of 322.45º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2884 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 132 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.27 |
| HSL | 322.45º | 0.65% | 0.45% | - |
| HSV(B) | 322.45º | 0.79% | 0.73% | - |
| XYZ | 25.42 | 13.75 | 23.14 | - |
| YUV | 94.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 132 | 0 | 0.79 | 0.29 | 0.27 | 322.45 | 0.65 | 0.45 |
| Hex | BB | 28 | 84 | 0 | 4F | 1D | 1B | 142 | 41 | 2D |
| Octal | 273 | 50 | 204 | 0 | 117 | 35 | 33 | 502 | 101 | 55 |
| Binary | 10111011 | 101000 | 10000100 | 0 | 1001111 | 11101 | 11011 | 101000010 | 1000001 | 101101 |
Color Harmonies of #BB2884
Complementary color
Monochromatic Colors of #BB2884
Black with #BB2884
Text Example
Text Example
White with #BB2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2884; }
p { color: rgb(187,40,132); }
H1.HeaderClassName
{
color: #BB2884;
}
.AnyTagClassName
{
color: #BB2884;
}
</style>
background-color css
<style>
a { background-color: #BB2884; }
a { background-color: rgb(187,40,132); }
div.DivClassName
{
background-color: #BB2884;
}
.BgClassName
{
background-color: #BB2884;
}
</style>
border-color css
<style>
span { border-color: #BB2884; }
span { border-color: rgb(187,40,132); }
td.TdClassName
{
border-color: #BB2884;
}
.TagClassName
{
border-color: #BB2884;
}
</style>