Shades of Medium Violet Red #BD0C7F
Tints of Medium Violet Red #BD0C7F
RGB
CMYK
RGB Variations
Color information
#BD0C7F (or 0xBD0C7F) is known color: Medium Violet Red. HEX triplet: BD, 0C and 7F. RGB value is (189,12,127). Sum of RGB (Red+Green+Blue) = 189+12+127=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C7F is #42F380. Grayscale: #4D4D4D. Windows color (decimal): -4387713 or 8326333. OLE color: 8326333.
HSL color Cylindrical-coordinate representation of color #BD0C7F: hue angle of 321.02º 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 #BD0C7F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 127 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.26 |
| HSL | 321.02º | 0.88% | 0.39% | - |
| HSV(B) | 321.02º | 0.94% | 0.74% | - |
| XYZ | 24.95 | 12.61 | 21.2 | - |
| YUV | 78.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 127 | 0 | 0.94 | 0.33 | 0.26 | 321.02 | 0.88 | 0.39 |
| Hex | BD | C | 7F | 0 | 5E | 21 | 1A | 141 | 58 | 27 |
| Octal | 275 | 14 | 177 | 0 | 136 | 41 | 32 | 501 | 130 | 47 |
| Binary | 10111101 | 1100 | 1111111 | 0 | 1011110 | 100001 | 11010 | 101000001 | 1011000 | 100111 |
Color Harmonies of #BD0C7F
Complementary color
Monochromatic Colors of #BD0C7F
Black with #BD0C7F
Text Example
Text Example
White with #BD0C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C7F; }
p { color: rgb(189,12,127); }
H1.HeaderClassName
{
color: #BD0C7F;
}
.AnyTagClassName
{
color: #BD0C7F;
}
</style>
background-color css
<style>
a { background-color: #BD0C7F; }
a { background-color: rgb(189,12,127); }
div.DivClassName
{
background-color: #BD0C7F;
}
.BgClassName
{
background-color: #BD0C7F;
}
</style>
border-color css
<style>
span { border-color: #BD0C7F; }
span { border-color: rgb(189,12,127); }
td.TdClassName
{
border-color: #BD0C7F;
}
.TagClassName
{
border-color: #BD0C7F;
}
</style>