Shades of Deep Magenta #BD23CE
Tints of Deep Magenta #BD23CE
RGB
CMYK
RGB Variations
Color information
#BD23CE (or 0xBD23CE) is known color: Deep Magenta. HEX triplet: BD, 23 and CE. RGB value is (189,35,206). Sum of RGB (Red+Green+Blue) = 189+35+206=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD23CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23CE is #42DC31. Grayscale: #646464. Windows color (decimal): -4381746 or 13509565. OLE color: 13509565.
HSL color Cylindrical-coordinate representation of color #BD23CE: hue angle of 294.04º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD23CE is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 35 | 206 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.19 |
| HSL | 294.04º | 0.71% | 0.47% | - |
| HSV(B) | 294.04º | 0.83% | 0.81% | - |
| XYZ | 32.73 | 16.48 | 59.85 | - |
| YUV | 100.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 206 | 0.08 | 0.83 | 0 | 0.19 | 294.04 | 0.71 | 0.47 |
| Hex | BD | 23 | CE | 8 | 53 | 0 | 13 | 126 | 47 | 2F |
| Octal | 275 | 43 | 316 | 10 | 123 | 0 | 23 | 446 | 107 | 57 |
| Binary | 10111101 | 100011 | 11001110 | 1000 | 1010011 | 0 | 10011 | 100100110 | 1000111 | 101111 |
Color Harmonies of #BD23CE
Complementary color
Monochromatic Colors of #BD23CE
Black with #BD23CE
Text Example
Text Example
White with #BD23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23CE; }
p { color: rgb(189,35,206); }
H1.HeaderClassName
{
color: #BD23CE;
}
.AnyTagClassName
{
color: #BD23CE;
}
</style>
background-color css
<style>
a { background-color: #BD23CE; }
a { background-color: rgb(189,35,206); }
div.DivClassName
{
background-color: #BD23CE;
}
.BgClassName
{
background-color: #BD23CE;
}
</style>
border-color css
<style>
span { border-color: #BD23CE; }
span { border-color: rgb(189,35,206); }
td.TdClassName
{
border-color: #BD23CE;
}
.TagClassName
{
border-color: #BD23CE;
}
</style>