Shades of Medium Red Violet #BB2A7C
Tints of Medium Red Violet #BB2A7C
RGB
CMYK
RGB Variations
Color information
#BB2A7C (or 0xBB2A7C) is known color: Medium Red Violet. HEX triplet: BB, 2A and 7C. RGB value is (187,42,124). Sum of RGB (Red+Green+Blue) = 187+42+124=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A7C is #44D583. Grayscale: #5E5E5E. Windows color (decimal): -4511108 or 8137403. OLE color: 8137403.
HSL color Cylindrical-coordinate representation of color #BB2A7C: hue angle of 326.07º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A7C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 124 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.27 |
| HSL | 326.07º | 0.63% | 0.45% | - |
| HSV(B) | 326.07º | 0.78% | 0.73% | - |
| XYZ | 24.96 | 13.68 | 20.39 | - |
| YUV | 94.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 124 | 0 | 0.78 | 0.34 | 0.27 | 326.07 | 0.63 | 0.45 |
| Hex | BB | 2A | 7C | 0 | 4E | 22 | 1B | 146 | 3F | 2D |
| Octal | 273 | 52 | 174 | 0 | 116 | 42 | 33 | 506 | 77 | 55 |
| Binary | 10111011 | 101010 | 1111100 | 0 | 1001110 | 100010 | 11011 | 101000110 | 111111 | 101101 |
Color Harmonies of #BB2A7C
Complementary color
Monochromatic Colors of #BB2A7C
Black with #BB2A7C
Text Example
Text Example
White with #BB2A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A7C; }
p { color: rgb(187,42,124); }
H1.HeaderClassName
{
color: #BB2A7C;
}
.AnyTagClassName
{
color: #BB2A7C;
}
</style>
background-color css
<style>
a { background-color: #BB2A7C; }
a { background-color: rgb(187,42,124); }
div.DivClassName
{
background-color: #BB2A7C;
}
.BgClassName
{
background-color: #BB2A7C;
}
</style>
border-color css
<style>
span { border-color: #BB2A7C; }
span { border-color: rgb(187,42,124); }
td.TdClassName
{
border-color: #BB2A7C;
}
.TagClassName
{
border-color: #BB2A7C;
}
</style>