Shades of Deep Magenta #BD18D8
Tints of Deep Magenta #BD18D8
RGB
CMYK
RGB Variations
Color information
#BD18D8 (or 0xBD18D8) is known color: Deep Magenta. HEX triplet: BD, 18 and D8. RGB value is (189,24,216). Sum of RGB (Red+Green+Blue) = 189+24+216=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD18D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18D8 is #42E727. Grayscale: #5E5E5E. Windows color (decimal): -4384552 or 14162109. OLE color: 14162109.
HSL color Cylindrical-coordinate representation of color #BD18D8: hue angle of 291.56º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD18D8 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 24 | 216 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.15 |
| HSL | 291.56º | 0.8% | 0.47% | - |
| HSV(B) | 291.56º | 0.89% | 0.85% | - |
| XYZ | 33.71 | 16.43 | 66.36 | - |
| YUV | 95.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 216 | 0.12 | 0.89 | 0 | 0.15 | 291.56 | 0.8 | 0.47 |
| Hex | BD | 18 | D8 | C | 59 | 0 | F | 124 | 50 | 2F |
| Octal | 275 | 30 | 330 | 14 | 131 | 0 | 17 | 444 | 120 | 57 |
| Binary | 10111101 | 11000 | 11011000 | 1100 | 1011001 | 0 | 1111 | 100100100 | 1010000 | 101111 |
Color Harmonies of #BD18D8
Complementary color
Monochromatic Colors of #BD18D8
Black with #BD18D8
Text Example
Text Example
White with #BD18D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18D8; }
p { color: rgb(189,24,216); }
H1.HeaderClassName
{
color: #BD18D8;
}
.AnyTagClassName
{
color: #BD18D8;
}
</style>
background-color css
<style>
a { background-color: #BD18D8; }
a { background-color: rgb(189,24,216); }
div.DivClassName
{
background-color: #BD18D8;
}
.BgClassName
{
background-color: #BD18D8;
}
</style>
border-color css
<style>
span { border-color: #BD18D8; }
span { border-color: rgb(189,24,216); }
td.TdClassName
{
border-color: #BD18D8;
}
.TagClassName
{
border-color: #BD18D8;
}
</style>