Shades of Medium Violet Red #BD0A6E
Tints of Medium Violet Red #BD0A6E
RGB
CMYK
RGB Variations
Color information
#BD0A6E (or 0xBD0A6E) is known color: Medium Violet Red. HEX triplet: BD, 0A and 6E. RGB value is (189,10,110). Sum of RGB (Red+Green+Blue) = 189+10+110=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0A6E is #42F591. Grayscale: #4A4A4A. Windows color (decimal): -4388242 or 7211709. OLE color: 7211709.
HSL color Cylindrical-coordinate representation of color #BD0A6E: hue angle of 326.48º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0A6E is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 10 | 110 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.26 |
| HSL | 326.48º | 0.9% | 0.39% | - |
| HSV(B) | 326.48º | 0.95% | 0.74% | - |
| XYZ | 23.91 | 12.16 | 15.84 | - |
| YUV | 74.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 10 | 110 | 0 | 0.95 | 0.42 | 0.26 | 326.48 | 0.9 | 0.39 |
| Hex | BD | A | 6E | 0 | 5F | 2A | 1A | 146 | 5A | 27 |
| Octal | 275 | 12 | 156 | 0 | 137 | 52 | 32 | 506 | 132 | 47 |
| Binary | 10111101 | 1010 | 1101110 | 0 | 1011111 | 101010 | 11010 | 101000110 | 1011010 | 100111 |
Color Harmonies of #BD0A6E
Complementary color
Monochromatic Colors of #BD0A6E
Black with #BD0A6E
Text Example
Text Example
White with #BD0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0A6E; }
p { color: rgb(189,10,110); }
H1.HeaderClassName
{
color: #BD0A6E;
}
.AnyTagClassName
{
color: #BD0A6E;
}
</style>
background-color css
<style>
a { background-color: #BD0A6E; }
a { background-color: rgb(189,10,110); }
div.DivClassName
{
background-color: #BD0A6E;
}
.BgClassName
{
background-color: #BD0A6E;
}
</style>
border-color css
<style>
span { border-color: #BD0A6E; }
span { border-color: rgb(189,10,110); }
td.TdClassName
{
border-color: #BD0A6E;
}
.TagClassName
{
border-color: #BD0A6E;
}
</style>