Shades of Deep Magenta #BD16BD
Tints of Deep Magenta #BD16BD
RGB
CMYK
RGB Variations
Color information
#BD16BD (or 0xBD16BD) is known color: Deep Magenta. HEX triplet: BD, 16 and BD. RGB value is (189,22,189). Sum of RGB (Red+Green+Blue) = 189+22+189=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16BD is #42E942. Grayscale: #5A5A5A. Windows color (decimal): -4385091 or 12392125. OLE color: 12392125.
HSL color Cylindrical-coordinate representation of color #BD16BD: hue angle of 300º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16BD is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 189 | - |
| CMYK | 0 | 0.88 | 0 | 0.26 |
| HSL | 300º | 0.79% | 0.41% | - |
| HSV(B) | 300º | 0.88% | 0.74% | - |
| XYZ | 30.46 | 15.07 | 49.45 | - |
| YUV | 90.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 189 | 0 | 0.88 | 0 | 0.26 | 300 | 0.79 | 0.41 |
| Hex | BD | 16 | BD | 0 | 58 | 0 | 1A | 12C | 4F | 29 |
| Octal | 275 | 26 | 275 | 0 | 130 | 0 | 32 | 454 | 117 | 51 |
| Binary | 10111101 | 10110 | 10111101 | 0 | 1011000 | 0 | 11010 | 100101100 | 1001111 | 101001 |
Color Harmonies of #BD16BD
Complementary color
Monochromatic Colors of #BD16BD
Black with #BD16BD
Text Example
Text Example
White with #BD16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16BD; }
p { color: rgb(189,22,189); }
H1.HeaderClassName
{
color: #BD16BD;
}
.AnyTagClassName
{
color: #BD16BD;
}
</style>
background-color css
<style>
a { background-color: #BD16BD; }
a { background-color: rgb(189,22,189); }
div.DivClassName
{
background-color: #BD16BD;
}
.BgClassName
{
background-color: #BD16BD;
}
</style>
border-color css
<style>
span { border-color: #BD16BD; }
span { border-color: rgb(189,22,189); }
td.TdClassName
{
border-color: #BD16BD;
}
.TagClassName
{
border-color: #BD16BD;
}
</style>