Shades of Medium Red Violet #BB2572
Tints of Medium Red Violet #BB2572
RGB
CMYK
RGB Variations
Color information
#BB2572 (or 0xBB2572) is known color: Medium Red Violet. HEX triplet: BB, 25 and 72. RGB value is (187,37,114). Sum of RGB (Red+Green+Blue) = 187+37+114=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2572 is #44DA8D. Grayscale: #5A5A5A. Windows color (decimal): -4512398 or 7480763. OLE color: 7480763.
HSL color Cylindrical-coordinate representation of color #BB2572: hue angle of 329.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2572 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 114 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.27 |
| HSL | 329.2º | 0.67% | 0.44% | - |
| HSV(B) | 329.2º | 0.8% | 0.73% | - |
| XYZ | 24.19 | 13.1 | 17.17 | - |
| YUV | 90.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 114 | 0 | 0.80 | 0.39 | 0.27 | 329.2 | 0.67 | 0.44 |
| Hex | BB | 25 | 72 | 0 | 50 | 27 | 1B | 149 | 43 | 2C |
| Octal | 273 | 45 | 162 | 0 | 120 | 47 | 33 | 511 | 103 | 54 |
| Binary | 10111011 | 100101 | 1110010 | 0 | 1010000 | 100111 | 11011 | 101001001 | 1000011 | 101100 |
Color Harmonies of #BB2572
Complementary color
Monochromatic Colors of #BB2572
Black with #BB2572
Text Example
Text Example
White with #BB2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2572; }
p { color: rgb(187,37,114); }
H1.HeaderClassName
{
color: #BB2572;
}
.AnyTagClassName
{
color: #BB2572;
}
</style>
background-color css
<style>
a { background-color: #BB2572; }
a { background-color: rgb(187,37,114); }
div.DivClassName
{
background-color: #BB2572;
}
.BgClassName
{
background-color: #BB2572;
}
</style>
border-color css
<style>
span { border-color: #BB2572; }
span { border-color: rgb(187,37,114); }
td.TdClassName
{
border-color: #BB2572;
}
.TagClassName
{
border-color: #BB2572;
}
</style>