Shades of Medium Violet Red #BD0C7C
Tints of Medium Violet Red #BD0C7C
RGB
CMYK
RGB Variations
Color information
#BD0C7C (or 0xBD0C7C) is known color: Medium Violet Red. HEX triplet: BD, 0C and 7C. RGB value is (189,12,124). Sum of RGB (Red+Green+Blue) = 189+12+124=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C7C is #42F383. Grayscale: #4D4D4D. Windows color (decimal): -4387716 or 8129725. OLE color: 8129725.
HSL color Cylindrical-coordinate representation of color #BD0C7C: hue angle of 322.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C7C is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 124 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.26 |
| HSL | 322.03º | 0.88% | 0.39% | - |
| HSV(B) | 322.03º | 0.94% | 0.74% | - |
| XYZ | 24.76 | 12.54 | 20.18 | - |
| YUV | 77.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 124 | 0 | 0.94 | 0.34 | 0.26 | 322.03 | 0.88 | 0.39 |
| Hex | BD | C | 7C | 0 | 5E | 22 | 1A | 142 | 58 | 27 |
| Octal | 275 | 14 | 174 | 0 | 136 | 42 | 32 | 502 | 130 | 47 |
| Binary | 10111101 | 1100 | 1111100 | 0 | 1011110 | 100010 | 11010 | 101000010 | 1011000 | 100111 |
Color Harmonies of #BD0C7C
Complementary color
Monochromatic Colors of #BD0C7C
Black with #BD0C7C
Text Example
Text Example
White with #BD0C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C7C; }
p { color: rgb(189,12,124); }
H1.HeaderClassName
{
color: #BD0C7C;
}
.AnyTagClassName
{
color: #BD0C7C;
}
</style>
background-color css
<style>
a { background-color: #BD0C7C; }
a { background-color: rgb(189,12,124); }
div.DivClassName
{
background-color: #BD0C7C;
}
.BgClassName
{
background-color: #BD0C7C;
}
</style>
border-color css
<style>
span { border-color: #BD0C7C; }
span { border-color: rgb(189,12,124); }
td.TdClassName
{
border-color: #BD0C7C;
}
.TagClassName
{
border-color: #BD0C7C;
}
</style>