Shades of Medium Violet Red #BB2072
Tints of Medium Violet Red #BB2072
RGB
CMYK
RGB Variations
Color information
#BB2072 (or 0xBB2072) is known color: Medium Violet Red. HEX triplet: BB, 20 and 72. RGB value is (187,32,114). Sum of RGB (Red+Green+Blue) = 187+32+114=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2072 is #44DF8D. Grayscale: #575757. Windows color (decimal): -4513678 or 7479483. OLE color: 7479483.
HSL color Cylindrical-coordinate representation of color #BB2072: hue angle of 328.26º 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 #BB2072 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 114 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.27 |
| HSL | 328.26º | 0.71% | 0.43% | - |
| HSV(B) | 328.26º | 0.83% | 0.73% | - |
| XYZ | 24.05 | 12.81 | 17.13 | - |
| YUV | 87.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 114 | 0 | 0.83 | 0.39 | 0.27 | 328.26 | 0.71 | 0.43 |
| Hex | BB | 20 | 72 | 0 | 53 | 27 | 1B | 148 | 47 | 2B |
| Octal | 273 | 40 | 162 | 0 | 123 | 47 | 33 | 510 | 107 | 53 |
| Binary | 10111011 | 100000 | 1110010 | 0 | 1010011 | 100111 | 11011 | 101001000 | 1000111 | 101011 |
Color Harmonies of #BB2072
Complementary color
Monochromatic Colors of #BB2072
Black with #BB2072
Text Example
Text Example
White with #BB2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2072; }
p { color: rgb(187,32,114); }
H1.HeaderClassName
{
color: #BB2072;
}
.AnyTagClassName
{
color: #BB2072;
}
</style>
background-color css
<style>
a { background-color: #BB2072; }
a { background-color: rgb(187,32,114); }
div.DivClassName
{
background-color: #BB2072;
}
.BgClassName
{
background-color: #BB2072;
}
</style>
border-color css
<style>
span { border-color: #BB2072; }
span { border-color: rgb(187,32,114); }
td.TdClassName
{
border-color: #BB2072;
}
.TagClassName
{
border-color: #BB2072;
}
</style>