Shades of Medium Violet Red #BD0EA6
Tints of Medium Violet Red #BD0EA6
RGB
CMYK
RGB Variations
Color information
#BD0EA6 (or 0xBD0EA6) is known color: Medium Violet Red. HEX triplet: BD, 0E and A6. RGB value is (189,14,166). Sum of RGB (Red+Green+Blue) = 189+14+166=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EA6 is #42F159. Grayscale: #535353. Windows color (decimal): -4387162 or 10882749. OLE color: 10882749.
HSL color Cylindrical-coordinate representation of color #BD0EA6: hue angle of 307.89º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0EA6 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 166 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.26 |
| HSL | 307.89º | 0.86% | 0.4% | - |
| HSV(B) | 307.89º | 0.93% | 0.74% | - |
| XYZ | 28.03 | 13.89 | 37.28 | - |
| YUV | 83.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 166 | 0 | 0.93 | 0.12 | 0.26 | 307.89 | 0.86 | 0.4 |
| Hex | BD | E | A6 | 0 | 5D | C | 1A | 134 | 56 | 28 |
| Octal | 275 | 16 | 246 | 0 | 135 | 14 | 32 | 464 | 126 | 50 |
| Binary | 10111101 | 1110 | 10100110 | 0 | 1011101 | 1100 | 11010 | 100110100 | 1010110 | 101000 |
Color Harmonies of #BD0EA6
Complementary color
Monochromatic Colors of #BD0EA6
Black with #BD0EA6
Text Example
Text Example
White with #BD0EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EA6; }
p { color: rgb(189,14,166); }
H1.HeaderClassName
{
color: #BD0EA6;
}
.AnyTagClassName
{
color: #BD0EA6;
}
</style>
background-color css
<style>
a { background-color: #BD0EA6; }
a { background-color: rgb(189,14,166); }
div.DivClassName
{
background-color: #BD0EA6;
}
.BgClassName
{
background-color: #BD0EA6;
}
</style>
border-color css
<style>
span { border-color: #BD0EA6; }
span { border-color: rgb(189,14,166); }
td.TdClassName
{
border-color: #BD0EA6;
}
.TagClassName
{
border-color: #BD0EA6;
}
</style>