Shades of Medium Red Violet #BB2371
Tints of Medium Red Violet #BB2371
RGB
CMYK
RGB Variations
Color information
#BB2371 (or 0xBB2371) is known color: Medium Red Violet. HEX triplet: BB, 23 and 71. RGB value is (187,35,113). Sum of RGB (Red+Green+Blue) = 187+35+113=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2371 is #44DC8E. Grayscale: #595959. Windows color (decimal): -4512911 or 7414715. OLE color: 7414715.
HSL color Cylindrical-coordinate representation of color #BB2371: hue angle of 329.21º 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 #BB2371 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 113 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.27 |
| HSL | 329.21º | 0.68% | 0.44% | - |
| HSV(B) | 329.21º | 0.81% | 0.73% | - |
| XYZ | 24.08 | 12.96 | 16.86 | - |
| YUV | 89.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 113 | 0 | 0.81 | 0.40 | 0.27 | 329.21 | 0.68 | 0.44 |
| Hex | BB | 23 | 71 | 0 | 51 | 28 | 1B | 149 | 44 | 2C |
| Octal | 273 | 43 | 161 | 0 | 121 | 50 | 33 | 511 | 104 | 54 |
| Binary | 10111011 | 100011 | 1110001 | 0 | 1010001 | 101000 | 11011 | 101001001 | 1000100 | 101100 |
Color Harmonies of #BB2371
Complementary color
Monochromatic Colors of #BB2371
Black with #BB2371
Text Example
Text Example
White with #BB2371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2371; }
p { color: rgb(187,35,113); }
H1.HeaderClassName
{
color: #BB2371;
}
.AnyTagClassName
{
color: #BB2371;
}
</style>
background-color css
<style>
a { background-color: #BB2371; }
a { background-color: rgb(187,35,113); }
div.DivClassName
{
background-color: #BB2371;
}
.BgClassName
{
background-color: #BB2371;
}
</style>
border-color css
<style>
span { border-color: #BB2371; }
span { border-color: rgb(187,35,113); }
td.TdClassName
{
border-color: #BB2371;
}
.TagClassName
{
border-color: #BB2371;
}
</style>