Shades of Deep Magenta #BD16BF
Tints of Deep Magenta #BD16BF
RGB
CMYK
RGB Variations
Color information
#BD16BF (or 0xBD16BF) is known color: Deep Magenta. HEX triplet: BD, 16 and BF. RGB value is (189,22,191). Sum of RGB (Red+Green+Blue) = 189+22+191=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD16BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16BF is #42E940. Grayscale: #5A5A5A. Windows color (decimal): -4385089 or 12523197. OLE color: 12523197.
HSL color Cylindrical-coordinate representation of color #BD16BF: hue angle of 299.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16BF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 22 | 191 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.25 |
| HSL | 299.29º | 0.79% | 0.42% | - |
| HSV(B) | 299.29º | 0.88% | 0.75% | - |
| XYZ | 30.68 | 15.15 | 50.6 | - |
| YUV | 91.2 | 184.33 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 191 | 0.01 | 0.88 | 0 | 0.25 | 299.29 | 0.79 | 0.42 |
| Hex | BD | 16 | BF | 1 | 58 | 0 | 19 | 12B | 4F | 2A |
| Octal | 275 | 26 | 277 | 1 | 130 | 0 | 31 | 453 | 117 | 52 |
| Binary | 10111101 | 10110 | 10111111 | 1 | 1011000 | 0 | 11001 | 100101011 | 1001111 | 101010 |
Color Harmonies of #BD16BF
Complementary color
Monochromatic Colors of #BD16BF
Black with #BD16BF
Text Example
Text Example
White with #BD16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16BF; }
p { color: rgb(189,22,191); }
H1.HeaderClassName
{
color: #BD16BF;
}
.AnyTagClassName
{
color: #BD16BF;
}
</style>
background-color css
<style>
a { background-color: #BD16BF; }
a { background-color: rgb(189,22,191); }
div.DivClassName
{
background-color: #BD16BF;
}
.BgClassName
{
background-color: #BD16BF;
}
</style>
border-color css
<style>
span { border-color: #BD16BF; }
span { border-color: rgb(189,22,191); }
td.TdClassName
{
border-color: #BD16BF;
}
.TagClassName
{
border-color: #BD16BF;
}
</style>