Shades of Deep Magenta #BD16DF
Tints of Deep Magenta #BD16DF
RGB
CMYK
RGB Variations
Color information
#BD16DF (or 0xBD16DF) is known color: Deep Magenta. HEX triplet: BD, 16 and DF. RGB value is (189,22,223). Sum of RGB (Red+Green+Blue) = 189+22+223=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16DF is #42E920. Grayscale: #5E5E5E. Windows color (decimal): -4385057 or 14620349. OLE color: 14620349.
HSL color Cylindrical-coordinate representation of color #BD16DF: hue angle of 289.85º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD16DF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 22 | 223 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.13 |
| HSL | 289.85º | 0.82% | 0.48% | - |
| HSV(B) | 289.85º | 0.9% | 0.87% | - |
| XYZ | 34.59 | 16.72 | 71.22 | - |
| YUV | 94.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 223 | 0.15 | 0.90 | 0 | 0.13 | 289.85 | 0.82 | 0.48 |
| Hex | BD | 16 | DF | F | 5A | 0 | D | 122 | 52 | 30 |
| Octal | 275 | 26 | 337 | 17 | 132 | 0 | 15 | 442 | 122 | 60 |
| Binary | 10111101 | 10110 | 11011111 | 1111 | 1011010 | 0 | 1101 | 100100010 | 1010010 | 110000 |
Color Harmonies of #BD16DF
Complementary color
Monochromatic Colors of #BD16DF
Black with #BD16DF
Text Example
Text Example
White with #BD16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16DF; }
p { color: rgb(189,22,223); }
H1.HeaderClassName
{
color: #BD16DF;
}
.AnyTagClassName
{
color: #BD16DF;
}
</style>
background-color css
<style>
a { background-color: #BD16DF; }
a { background-color: rgb(189,22,223); }
div.DivClassName
{
background-color: #BD16DF;
}
.BgClassName
{
background-color: #BD16DF;
}
</style>
border-color css
<style>
span { border-color: #BD16DF; }
span { border-color: rgb(189,22,223); }
td.TdClassName
{
border-color: #BD16DF;
}
.TagClassName
{
border-color: #BD16DF;
}
</style>