Shades of Medium Violet Red #BD14A3
Tints of Medium Violet Red #BD14A3
RGB
CMYK
RGB Variations
Color information
#BD14A3 (or 0xBD14A3) is known color: Medium Violet Red. HEX triplet: BD, 14 and A3. RGB value is (189,20,163). Sum of RGB (Red+Green+Blue) = 189+20+163=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14A3 is #42EB5C. Grayscale: #565656. Windows color (decimal): -4385629 or 10687677. OLE color: 10687677.
HSL color Cylindrical-coordinate representation of color #BD14A3: hue angle of 309.23º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD14A3 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 163 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.26 |
| HSL | 309.23º | 0.81% | 0.41% | - |
| HSV(B) | 309.23º | 0.89% | 0.74% | - |
| XYZ | 27.85 | 13.96 | 35.88 | - |
| YUV | 86.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 163 | 0 | 0.89 | 0.14 | 0.26 | 309.23 | 0.81 | 0.41 |
| Hex | BD | 14 | A3 | 0 | 59 | E | 1A | 135 | 51 | 29 |
| Octal | 275 | 24 | 243 | 0 | 131 | 16 | 32 | 465 | 121 | 51 |
| Binary | 10111101 | 10100 | 10100011 | 0 | 1011001 | 1110 | 11010 | 100110101 | 1010001 | 101001 |
Color Harmonies of #BD14A3
Complementary color
Monochromatic Colors of #BD14A3
Black with #BD14A3
Text Example
Text Example
White with #BD14A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14A3; }
p { color: rgb(189,20,163); }
H1.HeaderClassName
{
color: #BD14A3;
}
.AnyTagClassName
{
color: #BD14A3;
}
</style>
background-color css
<style>
a { background-color: #BD14A3; }
a { background-color: rgb(189,20,163); }
div.DivClassName
{
background-color: #BD14A3;
}
.BgClassName
{
background-color: #BD14A3;
}
</style>
border-color css
<style>
span { border-color: #BD14A3; }
span { border-color: rgb(189,20,163); }
td.TdClassName
{
border-color: #BD14A3;
}
.TagClassName
{
border-color: #BD14A3;
}
</style>