Shades of Medium Red Violet #BD2A7C
Tints of Medium Red Violet #BD2A7C
RGB
CMYK
RGB Variations
Color information
#BD2A7C (or 0xBD2A7C) is known color: Medium Red Violet. HEX triplet: BD, 2A and 7C. RGB value is (189,42,124). Sum of RGB (Red+Green+Blue) = 189+42+124=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A7C is #42D583. Grayscale: #5F5F5F. Windows color (decimal): -4380036 or 8137405. OLE color: 8137405.
HSL color Cylindrical-coordinate representation of color #BD2A7C: hue angle of 326.53º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A7C is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 124 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.26 |
| HSL | 326.53º | 0.64% | 0.45% | - |
| HSV(B) | 326.53º | 0.78% | 0.74% | - |
| XYZ | 25.45 | 13.93 | 20.42 | - |
| YUV | 95.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 124 | 0 | 0.78 | 0.34 | 0.26 | 326.53 | 0.64 | 0.45 |
| Hex | BD | 2A | 7C | 0 | 4E | 22 | 1A | 147 | 40 | 2D |
| Octal | 275 | 52 | 174 | 0 | 116 | 42 | 32 | 507 | 100 | 55 |
| Binary | 10111101 | 101010 | 1111100 | 0 | 1001110 | 100010 | 11010 | 101000111 | 1000000 | 101101 |
Color Harmonies of #BD2A7C
Complementary color
Monochromatic Colors of #BD2A7C
Black with #BD2A7C
Text Example
Text Example
White with #BD2A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A7C; }
p { color: rgb(189,42,124); }
H1.HeaderClassName
{
color: #BD2A7C;
}
.AnyTagClassName
{
color: #BD2A7C;
}
</style>
background-color css
<style>
a { background-color: #BD2A7C; }
a { background-color: rgb(189,42,124); }
div.DivClassName
{
background-color: #BD2A7C;
}
.BgClassName
{
background-color: #BD2A7C;
}
</style>
border-color css
<style>
span { border-color: #BD2A7C; }
span { border-color: rgb(189,42,124); }
td.TdClassName
{
border-color: #BD2A7C;
}
.TagClassName
{
border-color: #BD2A7C;
}
</style>