Shades of Medium Violet Red #BB2071
Tints of Medium Violet Red #BB2071
RGB
CMYK
RGB Variations
Color information
#BB2071 (or 0xBB2071) is known color: Medium Violet Red. HEX triplet: BB, 20 and 71. RGB value is (187,32,113). Sum of RGB (Red+Green+Blue) = 187+32+113=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2071 is #44DF8E. Grayscale: #575757. Windows color (decimal): -4513679 or 7413947. OLE color: 7413947.
HSL color Cylindrical-coordinate representation of color #BB2071: hue angle of 328.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2071 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 113 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.27 |
| HSL | 328.65º | 0.71% | 0.43% | - |
| HSV(B) | 328.65º | 0.83% | 0.73% | - |
| XYZ | 23.99 | 12.79 | 16.83 | - |
| YUV | 87.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 113 | 0 | 0.83 | 0.40 | 0.27 | 328.65 | 0.71 | 0.43 |
| Hex | BB | 20 | 71 | 0 | 53 | 28 | 1B | 149 | 47 | 2B |
| Octal | 273 | 40 | 161 | 0 | 123 | 50 | 33 | 511 | 107 | 53 |
| Binary | 10111011 | 100000 | 1110001 | 0 | 1010011 | 101000 | 11011 | 101001001 | 1000111 | 101011 |
Color Harmonies of #BB2071
Complementary color
Monochromatic Colors of #BB2071
Black with #BB2071
Text Example
Text Example
White with #BB2071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2071; }
p { color: rgb(187,32,113); }
H1.HeaderClassName
{
color: #BB2071;
}
.AnyTagClassName
{
color: #BB2071;
}
</style>
background-color css
<style>
a { background-color: #BB2071; }
a { background-color: rgb(187,32,113); }
div.DivClassName
{
background-color: #BB2071;
}
.BgClassName
{
background-color: #BB2071;
}
</style>
border-color css
<style>
span { border-color: #BB2071; }
span { border-color: rgb(187,32,113); }
td.TdClassName
{
border-color: #BB2071;
}
.TagClassName
{
border-color: #BB2071;
}
</style>