Shades of Medium Violet Red #BD0EA3
Tints of Medium Violet Red #BD0EA3
RGB
CMYK
RGB Variations
Color information
#BD0EA3 (or 0xBD0EA3) is known color: Medium Violet Red. HEX triplet: BD, 0E and A3. RGB value is (189,14,163). Sum of RGB (Red+Green+Blue) = 189+14+163=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0EA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0EA3 is #42F15C. Grayscale: #525252. Windows color (decimal): -4387165 or 10686141. OLE color: 10686141.
HSL color Cylindrical-coordinate representation of color #BD0EA3: hue angle of 308.91º 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 #BD0EA3 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 14 | 163 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.26 |
| HSL | 308.91º | 0.86% | 0.4% | - |
| HSV(B) | 308.91º | 0.93% | 0.74% | - |
| XYZ | 27.75 | 13.78 | 35.85 | - |
| YUV | 83.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 14 | 163 | 0 | 0.93 | 0.14 | 0.26 | 308.91 | 0.86 | 0.4 |
| Hex | BD | E | A3 | 0 | 5D | E | 1A | 135 | 56 | 28 |
| Octal | 275 | 16 | 243 | 0 | 135 | 16 | 32 | 465 | 126 | 50 |
| Binary | 10111101 | 1110 | 10100011 | 0 | 1011101 | 1110 | 11010 | 100110101 | 1010110 | 101000 |
Color Harmonies of #BD0EA3
Complementary color
Monochromatic Colors of #BD0EA3
Black with #BD0EA3
Text Example
Text Example
White with #BD0EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0EA3; }
p { color: rgb(189,14,163); }
H1.HeaderClassName
{
color: #BD0EA3;
}
.AnyTagClassName
{
color: #BD0EA3;
}
</style>
background-color css
<style>
a { background-color: #BD0EA3; }
a { background-color: rgb(189,14,163); }
div.DivClassName
{
background-color: #BD0EA3;
}
.BgClassName
{
background-color: #BD0EA3;
}
</style>
border-color css
<style>
span { border-color: #BD0EA3; }
span { border-color: rgb(189,14,163); }
td.TdClassName
{
border-color: #BD0EA3;
}
.TagClassName
{
border-color: #BD0EA3;
}
</style>