Shades of Medium Red Violet #BD2AAB
Tints of Medium Red Violet #BD2AAB
RGB
CMYK
RGB Variations
Color information
#BD2AAB (or 0xBD2AAB) is known color: Medium Red Violet. HEX triplet: BD, 2A and AB. RGB value is (189,42,171). Sum of RGB (Red+Green+Blue) = 189+42+171=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2AAB is #42D554. Grayscale: #646464. Windows color (decimal): -4379989 or 11217597. OLE color: 11217597.
HSL color Cylindrical-coordinate representation of color #BD2AAB: hue angle of 307.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2AAB is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 171 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.26 |
| HSL | 307.35º | 0.64% | 0.45% | - |
| HSV(B) | 307.35º | 0.78% | 0.74% | - |
| XYZ | 29.16 | 15.42 | 39.97 | - |
| YUV | 100.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 171 | 0 | 0.78 | 0.10 | 0.26 | 307.35 | 0.64 | 0.45 |
| Hex | BD | 2A | AB | 0 | 4E | A | 1A | 133 | 40 | 2D |
| Octal | 275 | 52 | 253 | 0 | 116 | 12 | 32 | 463 | 100 | 55 |
| Binary | 10111101 | 101010 | 10101011 | 0 | 1001110 | 1010 | 11010 | 100110011 | 1000000 | 101101 |
Color Harmonies of #BD2AAB
Complementary color
Monochromatic Colors of #BD2AAB
Black with #BD2AAB
Text Example
Text Example
White with #BD2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AAB; }
p { color: rgb(189,42,171); }
H1.HeaderClassName
{
color: #BD2AAB;
}
.AnyTagClassName
{
color: #BD2AAB;
}
</style>
background-color css
<style>
a { background-color: #BD2AAB; }
a { background-color: rgb(189,42,171); }
div.DivClassName
{
background-color: #BD2AAB;
}
.BgClassName
{
background-color: #BD2AAB;
}
</style>
border-color css
<style>
span { border-color: #BD2AAB; }
span { border-color: rgb(189,42,171); }
td.TdClassName
{
border-color: #BD2AAB;
}
.TagClassName
{
border-color: #BD2AAB;
}
</style>