Shades of Medium Violet Red #BD0DA4
Tints of Medium Violet Red #BD0DA4
RGB
CMYK
RGB Variations
Color information
#BD0DA4 (or 0xBD0DA4) is known color: Medium Violet Red. HEX triplet: BD, 0D and A4. RGB value is (189,13,164). Sum of RGB (Red+Green+Blue) = 189+13+164=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0DA4 is #42F25B. Grayscale: #525252. Windows color (decimal): -4387420 or 10751421. OLE color: 10751421.
HSL color Cylindrical-coordinate representation of color #BD0DA4: hue angle of 308.52º degrees, saturation: 0.87, 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 #BD0DA4 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 164 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.26 |
| HSL | 308.52º | 0.87% | 0.4% | - |
| HSV(B) | 308.52º | 0.93% | 0.74% | - |
| XYZ | 27.83 | 13.79 | 36.32 | - |
| YUV | 82.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 164 | 0 | 0.93 | 0.13 | 0.26 | 308.52 | 0.87 | 0.4 |
| Hex | BD | D | A4 | 0 | 5D | D | 1A | 135 | 57 | 28 |
| Octal | 275 | 15 | 244 | 0 | 135 | 15 | 32 | 465 | 127 | 50 |
| Binary | 10111101 | 1101 | 10100100 | 0 | 1011101 | 1101 | 11010 | 100110101 | 1010111 | 101000 |
Color Harmonies of #BD0DA4
Complementary color
Monochromatic Colors of #BD0DA4
Black with #BD0DA4
Text Example
Text Example
White with #BD0DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DA4; }
p { color: rgb(189,13,164); }
H1.HeaderClassName
{
color: #BD0DA4;
}
.AnyTagClassName
{
color: #BD0DA4;
}
</style>
background-color css
<style>
a { background-color: #BD0DA4; }
a { background-color: rgb(189,13,164); }
div.DivClassName
{
background-color: #BD0DA4;
}
.BgClassName
{
background-color: #BD0DA4;
}
</style>
border-color css
<style>
span { border-color: #BD0DA4; }
span { border-color: rgb(189,13,164); }
td.TdClassName
{
border-color: #BD0DA4;
}
.TagClassName
{
border-color: #BD0DA4;
}
</style>