Shades of Deep Magenta #BD14BD
Tints of Deep Magenta #BD14BD
RGB
CMYK
RGB Variations
Color information
#BD14BD (or 0xBD14BD) is known color: Deep Magenta. HEX triplet: BD, 14 and BD. RGB value is (189,20,189). Sum of RGB (Red+Green+Blue) = 189+20+189=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14BD is #42EB42. Grayscale: #595959. Windows color (decimal): -4385603 or 12391613. OLE color: 12391613.
HSL color Cylindrical-coordinate representation of color #BD14BD: hue angle of 300º 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 #BD14BD is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 189 | - |
| CMYK | 0 | 0.89 | 0 | 0.26 |
| HSL | 300º | 0.81% | 0.41% | - |
| HSV(B) | 300º | 0.89% | 0.74% | - |
| XYZ | 30.42 | 14.99 | 49.43 | - |
| YUV | 89.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 189 | 0 | 0.89 | 0 | 0.26 | 300 | 0.81 | 0.41 |
| Hex | BD | 14 | BD | 0 | 59 | 0 | 1A | 12C | 51 | 29 |
| Octal | 275 | 24 | 275 | 0 | 131 | 0 | 32 | 454 | 121 | 51 |
| Binary | 10111101 | 10100 | 10111101 | 0 | 1011001 | 0 | 11010 | 100101100 | 1010001 | 101001 |
Color Harmonies of #BD14BD
Complementary color
Monochromatic Colors of #BD14BD
Black with #BD14BD
Text Example
Text Example
White with #BD14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD14BD; }
p { color: rgb(189,20,189); }
H1.HeaderClassName
{
color: #BD14BD;
}
.AnyTagClassName
{
color: #BD14BD;
}
</style>
background-color css
<style>
a { background-color: #BD14BD; }
a { background-color: rgb(189,20,189); }
div.DivClassName
{
background-color: #BD14BD;
}
.BgClassName
{
background-color: #BD14BD;
}
</style>
border-color css
<style>
span { border-color: #BD14BD; }
span { border-color: rgb(189,20,189); }
td.TdClassName
{
border-color: #BD14BD;
}
.TagClassName
{
border-color: #BD14BD;
}
</style>