Shades of Medium Violet Red #BD14A4
Tints of Medium Violet Red #BD14A4
RGB
CMYK
RGB Variations
Color information
#BD14A4 (or 0xBD14A4) is known color: Medium Violet Red. HEX triplet: BD, 14 and A4. RGB value is (189,20,164). Sum of RGB (Red+Green+Blue) = 189+20+164=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14A4 is #42EB5B. Grayscale: #565656. Windows color (decimal): -4385628 or 10753213. OLE color: 10753213.
HSL color Cylindrical-coordinate representation of color #BD14A4: hue angle of 308.88º 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 #BD14A4 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 164 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.26 |
| HSL | 308.88º | 0.81% | 0.41% | - |
| HSV(B) | 308.88º | 0.89% | 0.74% | - |
| XYZ | 27.94 | 14 | 36.35 | - |
| YUV | 86.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 164 | 0 | 0.89 | 0.13 | 0.26 | 308.88 | 0.81 | 0.41 |
| Hex | BD | 14 | A4 | 0 | 59 | D | 1A | 135 | 51 | 29 |
| Octal | 275 | 24 | 244 | 0 | 131 | 15 | 32 | 465 | 121 | 51 |
| Binary | 10111101 | 10100 | 10100100 | 0 | 1011001 | 1101 | 11010 | 100110101 | 1010001 | 101001 |
Color Harmonies of #BD14A4
Complementary color
Monochromatic Colors of #BD14A4
Black with #BD14A4
Text Example
Text Example
White with #BD14A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14A4; }
p { color: rgb(189,20,164); }
H1.HeaderClassName
{
color: #BD14A4;
}
.AnyTagClassName
{
color: #BD14A4;
}
</style>
background-color css
<style>
a { background-color: #BD14A4; }
a { background-color: rgb(189,20,164); }
div.DivClassName
{
background-color: #BD14A4;
}
.BgClassName
{
background-color: #BD14A4;
}
</style>
border-color css
<style>
span { border-color: #BD14A4; }
span { border-color: rgb(189,20,164); }
td.TdClassName
{
border-color: #BD14A4;
}
.TagClassName
{
border-color: #BD14A4;
}
</style>