Shades of Medium Red Violet #BD2C7C
Tints of Medium Red Violet #BD2C7C
RGB
CMYK
RGB Variations
Color information
#BD2C7C (or 0xBD2C7C) is known color: Medium Red Violet. HEX triplet: BD, 2C and 7C. RGB value is (189,44,124). Sum of RGB (Red+Green+Blue) = 189+44+124=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C7C is #42D383. Grayscale: #606060. Windows color (decimal): -4379524 or 8137917. OLE color: 8137917.
HSL color Cylindrical-coordinate representation of color #BD2C7C: hue angle of 326.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C7C is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 124 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.26 |
| HSL | 326.9º | 0.62% | 0.46% | - |
| HSV(B) | 326.9º | 0.77% | 0.74% | - |
| XYZ | 25.53 | 14.08 | 20.44 | - |
| YUV | 96.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 124 | 0 | 0.77 | 0.34 | 0.26 | 326.9 | 0.62 | 0.46 |
| Hex | BD | 2C | 7C | 0 | 4D | 22 | 1A | 147 | 3E | 2E |
| Octal | 275 | 54 | 174 | 0 | 115 | 42 | 32 | 507 | 76 | 56 |
| Binary | 10111101 | 101100 | 1111100 | 0 | 1001101 | 100010 | 11010 | 101000111 | 111110 | 101110 |
Color Harmonies of #BD2C7C
Complementary color
Monochromatic Colors of #BD2C7C
Black with #BD2C7C
Text Example
Text Example
White with #BD2C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C7C; }
p { color: rgb(189,44,124); }
H1.HeaderClassName
{
color: #BD2C7C;
}
.AnyTagClassName
{
color: #BD2C7C;
}
</style>
background-color css
<style>
a { background-color: #BD2C7C; }
a { background-color: rgb(189,44,124); }
div.DivClassName
{
background-color: #BD2C7C;
}
.BgClassName
{
background-color: #BD2C7C;
}
</style>
border-color css
<style>
span { border-color: #BD2C7C; }
span { border-color: rgb(189,44,124); }
td.TdClassName
{
border-color: #BD2C7C;
}
.TagClassName
{
border-color: #BD2C7C;
}
</style>