Shades of Medium Violet Red #BD1EAA
Tints of Medium Violet Red #BD1EAA
RGB
CMYK
RGB Variations
Color information
#BD1EAA (or 0xBD1EAA) is known color: Medium Violet Red. HEX triplet: BD, 1E and AA. RGB value is (189,30,170). Sum of RGB (Red+Green+Blue) = 189+30+170=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1EAA is #42E155. Grayscale: #5D5D5D. Windows color (decimal): -4383062 or 11148989. OLE color: 11148989.
HSL color Cylindrical-coordinate representation of color #BD1EAA: hue angle of 307.17º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1EAA is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 170 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.26 |
| HSL | 307.17º | 0.73% | 0.43% | - |
| HSV(B) | 307.17º | 0.84% | 0.74% | - |
| XYZ | 28.71 | 14.65 | 39.34 | - |
| YUV | 93.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 170 | 0 | 0.84 | 0.10 | 0.26 | 307.17 | 0.73 | 0.43 |
| Hex | BD | 1E | AA | 0 | 54 | A | 1A | 133 | 49 | 2B |
| Octal | 275 | 36 | 252 | 0 | 124 | 12 | 32 | 463 | 111 | 53 |
| Binary | 10111101 | 11110 | 10101010 | 0 | 1010100 | 1010 | 11010 | 100110011 | 1001001 | 101011 |
Color Harmonies of #BD1EAA
Complementary color
Monochromatic Colors of #BD1EAA
Black with #BD1EAA
Text Example
Text Example
White with #BD1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EAA; }
p { color: rgb(189,30,170); }
H1.HeaderClassName
{
color: #BD1EAA;
}
.AnyTagClassName
{
color: #BD1EAA;
}
</style>
background-color css
<style>
a { background-color: #BD1EAA; }
a { background-color: rgb(189,30,170); }
div.DivClassName
{
background-color: #BD1EAA;
}
.BgClassName
{
background-color: #BD1EAA;
}
</style>
border-color css
<style>
span { border-color: #BD1EAA; }
span { border-color: rgb(189,30,170); }
td.TdClassName
{
border-color: #BD1EAA;
}
.TagClassName
{
border-color: #BD1EAA;
}
</style>