Shades of Medium Violet Red #BB1871
Tints of Medium Violet Red #BB1871
RGB
CMYK
RGB Variations
Color information
#BB1871 (or 0xBB1871) is known color: Medium Violet Red. HEX triplet: BB, 18 and 71. RGB value is (187,24,113). Sum of RGB (Red+Green+Blue) = 187+24+113=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1871 is #44E78E. Grayscale: #525252. Windows color (decimal): -4515727 or 7411899. OLE color: 7411899.
HSL color Cylindrical-coordinate representation of color #BB1871: hue angle of 327.24º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1871 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 113 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.27 |
| HSL | 327.24º | 0.77% | 0.41% | - |
| HSV(B) | 327.24º | 0.87% | 0.73% | - |
| XYZ | 23.8 | 12.41 | 16.76 | - |
| YUV | 82.88 | 145 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 113 | 0 | 0.87 | 0.40 | 0.27 | 327.24 | 0.77 | 0.41 |
| Hex | BB | 18 | 71 | 0 | 57 | 28 | 1B | 147 | 4D | 29 |
| Octal | 273 | 30 | 161 | 0 | 127 | 50 | 33 | 507 | 115 | 51 |
| Binary | 10111011 | 11000 | 1110001 | 0 | 1010111 | 101000 | 11011 | 101000111 | 1001101 | 101001 |
Color Harmonies of #BB1871
Complementary color
Monochromatic Colors of #BB1871
Black with #BB1871
Text Example
Text Example
White with #BB1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1871; }
p { color: rgb(187,24,113); }
H1.HeaderClassName
{
color: #BB1871;
}
.AnyTagClassName
{
color: #BB1871;
}
</style>
background-color css
<style>
a { background-color: #BB1871; }
a { background-color: rgb(187,24,113); }
div.DivClassName
{
background-color: #BB1871;
}
.BgClassName
{
background-color: #BB1871;
}
</style>
border-color css
<style>
span { border-color: #BB1871; }
span { border-color: rgb(187,24,113); }
td.TdClassName
{
border-color: #BB1871;
}
.TagClassName
{
border-color: #BB1871;
}
</style>