Shades of Medium Red Violet #BB2877
Tints of Medium Red Violet #BB2877
RGB
CMYK
RGB Variations
Color information
#BB2877 (or 0xBB2877) is known color: Medium Red Violet. HEX triplet: BB, 28 and 77. RGB value is (187,40,119). Sum of RGB (Red+Green+Blue) = 187+40+119=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2877 is #44D788. Grayscale: #5C5C5C. Windows color (decimal): -4511625 or 7809211. OLE color: 7809211.
HSL color Cylindrical-coordinate representation of color #BB2877: hue angle of 327.76º 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 #BB2877 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 119 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.27 |
| HSL | 327.76º | 0.65% | 0.45% | - |
| HSV(B) | 327.76º | 0.79% | 0.73% | - |
| XYZ | 24.58 | 13.41 | 18.75 | - |
| YUV | 92.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 119 | 0 | 0.79 | 0.36 | 0.27 | 327.76 | 0.65 | 0.45 |
| Hex | BB | 28 | 77 | 0 | 4F | 24 | 1B | 148 | 41 | 2D |
| Octal | 273 | 50 | 167 | 0 | 117 | 44 | 33 | 510 | 101 | 55 |
| Binary | 10111011 | 101000 | 1110111 | 0 | 1001111 | 100100 | 11011 | 101001000 | 1000001 | 101101 |
Color Harmonies of #BB2877
Complementary color
Monochromatic Colors of #BB2877
Black with #BB2877
Text Example
Text Example
White with #BB2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2877; }
p { color: rgb(187,40,119); }
H1.HeaderClassName
{
color: #BB2877;
}
.AnyTagClassName
{
color: #BB2877;
}
</style>
background-color css
<style>
a { background-color: #BB2877; }
a { background-color: rgb(187,40,119); }
div.DivClassName
{
background-color: #BB2877;
}
.BgClassName
{
background-color: #BB2877;
}
</style>
border-color css
<style>
span { border-color: #BB2877; }
span { border-color: rgb(187,40,119); }
td.TdClassName
{
border-color: #BB2877;
}
.TagClassName
{
border-color: #BB2877;
}
</style>