Shades of Medium Red Violet #BD3C7C
Tints of Medium Red Violet #BD3C7C
RGB
CMYK
RGB Variations
Color information
#BD3C7C (or 0xBD3C7C) is known color: Medium Red Violet. HEX triplet: BD, 3C and 7C. RGB value is (189,60,124). Sum of RGB (Red+Green+Blue) = 189+60+124=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C7C is #42C383. Grayscale: #696969. Windows color (decimal): -4375428 or 8142013. OLE color: 8142013.
HSL color Cylindrical-coordinate representation of color #BD3C7C: hue angle of 330.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C7C is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 124 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.26 |
| HSL | 330.23º | 0.52% | 0.49% | - |
| HSV(B) | 330.23º | 0.68% | 0.74% | - |
| XYZ | 26.24 | 15.51 | 20.68 | - |
| YUV | 105.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 124 | 0 | 0.68 | 0.34 | 0.26 | 330.23 | 0.52 | 0.49 |
| Hex | BD | 3C | 7C | 0 | 44 | 22 | 1A | 14A | 34 | 31 |
| Octal | 275 | 74 | 174 | 0 | 104 | 42 | 32 | 512 | 64 | 61 |
| Binary | 10111101 | 111100 | 1111100 | 0 | 1000100 | 100010 | 11010 | 101001010 | 110100 | 110001 |
Color Harmonies of #BD3C7C
Complementary color
Monochromatic Colors of #BD3C7C
Black with #BD3C7C
Text Example
Text Example
White with #BD3C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C7C; }
p { color: rgb(189,60,124); }
H1.HeaderClassName
{
color: #BD3C7C;
}
.AnyTagClassName
{
color: #BD3C7C;
}
</style>
background-color css
<style>
a { background-color: #BD3C7C; }
a { background-color: rgb(189,60,124); }
div.DivClassName
{
background-color: #BD3C7C;
}
.BgClassName
{
background-color: #BD3C7C;
}
</style>
border-color css
<style>
span { border-color: #BD3C7C; }
span { border-color: rgb(189,60,124); }
td.TdClassName
{
border-color: #BD3C7C;
}
.TagClassName
{
border-color: #BD3C7C;
}
</style>