Shades of Deep Magenta #BD16B5
Tints of Deep Magenta #BD16B5
RGB
CMYK
RGB Variations
Color information
#BD16B5 (or 0xBD16B5) is known color: Deep Magenta. HEX triplet: BD, 16 and B5. RGB value is (189,22,181). Sum of RGB (Red+Green+Blue) = 189+22+181=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16B5 is #42E94A. Grayscale: #595959. Windows color (decimal): -4385099 or 11867837. OLE color: 11867837.
HSL color Cylindrical-coordinate representation of color #BD16B5: hue angle of 302.87º 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 #BD16B5 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 181 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.26 |
| HSL | 302.87º | 0.79% | 0.41% | - |
| HSV(B) | 302.87º | 0.88% | 0.74% | - |
| XYZ | 29.61 | 14.73 | 45 | - |
| YUV | 90.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 181 | 0 | 0.88 | 0.04 | 0.26 | 302.87 | 0.79 | 0.41 |
| Hex | BD | 16 | B5 | 0 | 58 | 4 | 1A | 12F | 4F | 29 |
| Octal | 275 | 26 | 265 | 0 | 130 | 4 | 32 | 457 | 117 | 51 |
| Binary | 10111101 | 10110 | 10110101 | 0 | 1011000 | 100 | 11010 | 100101111 | 1001111 | 101001 |
Color Harmonies of #BD16B5
Complementary color
Monochromatic Colors of #BD16B5
Black with #BD16B5
Text Example
Text Example
White with #BD16B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16B5; }
p { color: rgb(189,22,181); }
H1.HeaderClassName
{
color: #BD16B5;
}
.AnyTagClassName
{
color: #BD16B5;
}
</style>
background-color css
<style>
a { background-color: #BD16B5; }
a { background-color: rgb(189,22,181); }
div.DivClassName
{
background-color: #BD16B5;
}
.BgClassName
{
background-color: #BD16B5;
}
</style>
border-color css
<style>
span { border-color: #BD16B5; }
span { border-color: rgb(189,22,181); }
td.TdClassName
{
border-color: #BD16B5;
}
.TagClassName
{
border-color: #BD16B5;
}
</style>