Shades of Medium Violet Red #BD1EAB
Tints of Medium Violet Red #BD1EAB
RGB
CMYK
RGB Variations
Color information
#BD1EAB (or 0xBD1EAB) is known color: Medium Violet Red. HEX triplet: BD, 1E and AB. RGB value is (189,30,171). Sum of RGB (Red+Green+Blue) = 189+30+171=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1EAB is #42E154. Grayscale: #5D5D5D. Windows color (decimal): -4383061 or 11214525. OLE color: 11214525.
HSL color Cylindrical-coordinate representation of color #BD1EAB: hue angle of 306.79º 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 #BD1EAB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 171 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.26 |
| HSL | 306.79º | 0.73% | 0.43% | - |
| HSV(B) | 306.79º | 0.84% | 0.74% | - |
| XYZ | 28.8 | 14.69 | 39.85 | - |
| YUV | 93.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 171 | 0 | 0.84 | 0.10 | 0.26 | 306.79 | 0.73 | 0.43 |
| Hex | BD | 1E | AB | 0 | 54 | A | 1A | 133 | 49 | 2B |
| Octal | 275 | 36 | 253 | 0 | 124 | 12 | 32 | 463 | 111 | 53 |
| Binary | 10111101 | 11110 | 10101011 | 0 | 1010100 | 1010 | 11010 | 100110011 | 1001001 | 101011 |
Color Harmonies of #BD1EAB
Complementary color
Monochromatic Colors of #BD1EAB
Black with #BD1EAB
Text Example
Text Example
White with #BD1EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EAB; }
p { color: rgb(189,30,171); }
H1.HeaderClassName
{
color: #BD1EAB;
}
.AnyTagClassName
{
color: #BD1EAB;
}
</style>
background-color css
<style>
a { background-color: #BD1EAB; }
a { background-color: rgb(189,30,171); }
div.DivClassName
{
background-color: #BD1EAB;
}
.BgClassName
{
background-color: #BD1EAB;
}
</style>
border-color css
<style>
span { border-color: #BD1EAB; }
span { border-color: rgb(189,30,171); }
td.TdClassName
{
border-color: #BD1EAB;
}
.TagClassName
{
border-color: #BD1EAB;
}
</style>