Shades of Deep Magenta #BD18CE
Tints of Deep Magenta #BD18CE
RGB
CMYK
RGB Variations
Color information
#BD18CE (or 0xBD18CE) is known color: Deep Magenta. HEX triplet: BD, 18 and CE. RGB value is (189,24,206). Sum of RGB (Red+Green+Blue) = 189+24+206=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD18CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18CE is #42E731. Grayscale: #5D5D5D. Windows color (decimal): -4384562 or 13506749. OLE color: 13506749.
HSL color Cylindrical-coordinate representation of color #BD18CE: hue angle of 294.4º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD18CE is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 24 | 206 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.19 |
| HSL | 294.4º | 0.79% | 0.45% | - |
| HSV(B) | 294.4º | 0.88% | 0.81% | - |
| XYZ | 32.45 | 15.93 | 59.76 | - |
| YUV | 94.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 206 | 0.08 | 0.88 | 0 | 0.19 | 294.4 | 0.79 | 0.45 |
| Hex | BD | 18 | CE | 8 | 58 | 0 | 13 | 126 | 4F | 2D |
| Octal | 275 | 30 | 316 | 10 | 130 | 0 | 23 | 446 | 117 | 55 |
| Binary | 10111101 | 11000 | 11001110 | 1000 | 1011000 | 0 | 10011 | 100100110 | 1001111 | 101101 |
Color Harmonies of #BD18CE
Complementary color
Monochromatic Colors of #BD18CE
Black with #BD18CE
Text Example
Text Example
White with #BD18CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD18CE; }
p { color: rgb(189,24,206); }
H1.HeaderClassName
{
color: #BD18CE;
}
.AnyTagClassName
{
color: #BD18CE;
}
</style>
background-color css
<style>
a { background-color: #BD18CE; }
a { background-color: rgb(189,24,206); }
div.DivClassName
{
background-color: #BD18CE;
}
.BgClassName
{
background-color: #BD18CE;
}
</style>
border-color css
<style>
span { border-color: #BD18CE; }
span { border-color: rgb(189,24,206); }
td.TdClassName
{
border-color: #BD18CE;
}
.TagClassName
{
border-color: #BD18CE;
}
</style>