Shades of Medium Red Violet #BD3C7A
Tints of Medium Red Violet #BD3C7A
RGB
CMYK
RGB Variations
Color information
#BD3C7A (or 0xBD3C7A) is known color: Medium Red Violet. HEX triplet: BD, 3C and 7A. RGB value is (189,60,122). Sum of RGB (Red+Green+Blue) = 189+60+122=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C7A is #42C385. Grayscale: #696969. Windows color (decimal): -4375430 or 8010941. OLE color: 8010941.
HSL color Cylindrical-coordinate representation of color #BD3C7A: hue angle of 331.16º 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 #BD3C7A is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 122 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.26 |
| HSL | 331.16º | 0.52% | 0.49% | - |
| HSV(B) | 331.16º | 0.68% | 0.74% | - |
| XYZ | 26.11 | 15.46 | 20.02 | - |
| YUV | 105.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 122 | 0 | 0.68 | 0.35 | 0.26 | 331.16 | 0.52 | 0.49 |
| Hex | BD | 3C | 7A | 0 | 44 | 23 | 1A | 14B | 34 | 31 |
| Octal | 275 | 74 | 172 | 0 | 104 | 43 | 32 | 513 | 64 | 61 |
| Binary | 10111101 | 111100 | 1111010 | 0 | 1000100 | 100011 | 11010 | 101001011 | 110100 | 110001 |
Color Harmonies of #BD3C7A
Complementary color
Monochromatic Colors of #BD3C7A
Black with #BD3C7A
Text Example
Text Example
White with #BD3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C7A; }
p { color: rgb(189,60,122); }
H1.HeaderClassName
{
color: #BD3C7A;
}
.AnyTagClassName
{
color: #BD3C7A;
}
</style>
background-color css
<style>
a { background-color: #BD3C7A; }
a { background-color: rgb(189,60,122); }
div.DivClassName
{
background-color: #BD3C7A;
}
.BgClassName
{
background-color: #BD3C7A;
}
</style>
border-color css
<style>
span { border-color: #BD3C7A; }
span { border-color: rgb(189,60,122); }
td.TdClassName
{
border-color: #BD3C7A;
}
.TagClassName
{
border-color: #BD3C7A;
}
</style>