Shades of Deep Magenta #BD18D5
Tints of Deep Magenta #BD18D5
RGB
CMYK
RGB Variations
Color information
#BD18D5 (or 0xBD18D5) is known color: Deep Magenta. HEX triplet: BD, 18 and D5. RGB value is (189,24,213). Sum of RGB (Red+Green+Blue) = 189+24+213=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD18D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18D5 is #42E72A. Grayscale: #5E5E5E. Windows color (decimal): -4384555 or 13965501. OLE color: 13965501.
HSL color Cylindrical-coordinate representation of color #BD18D5: hue angle of 292.38º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD18D5 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 24 | 213 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.16 |
| HSL | 292.38º | 0.8% | 0.46% | - |
| HSV(B) | 292.38º | 0.89% | 0.84% | - |
| XYZ | 33.32 | 16.28 | 64.34 | - |
| YUV | 94.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 213 | 0.11 | 0.89 | 0 | 0.16 | 292.38 | 0.8 | 0.46 |
| Hex | BD | 18 | D5 | B | 59 | 0 | 10 | 124 | 50 | 2E |
| Octal | 275 | 30 | 325 | 13 | 131 | 0 | 20 | 444 | 120 | 56 |
| Binary | 10111101 | 11000 | 11010101 | 1011 | 1011001 | 0 | 10000 | 100100100 | 1010000 | 101110 |
Color Harmonies of #BD18D5
Complementary color
Monochromatic Colors of #BD18D5
Black with #BD18D5
Text Example
Text Example
White with #BD18D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18D5; }
p { color: rgb(189,24,213); }
H1.HeaderClassName
{
color: #BD18D5;
}
.AnyTagClassName
{
color: #BD18D5;
}
</style>
background-color css
<style>
a { background-color: #BD18D5; }
a { background-color: rgb(189,24,213); }
div.DivClassName
{
background-color: #BD18D5;
}
.BgClassName
{
background-color: #BD18D5;
}
</style>
border-color css
<style>
span { border-color: #BD18D5; }
span { border-color: rgb(189,24,213); }
td.TdClassName
{
border-color: #BD18D5;
}
.TagClassName
{
border-color: #BD18D5;
}
</style>