Shades of Deep Magenta #BD23DE
Tints of Deep Magenta #BD23DE
RGB
CMYK
RGB Variations
Color information
#BD23DE (or 0xBD23DE) is known color: Deep Magenta. HEX triplet: BD, 23 and DE. RGB value is (189,35,222). Sum of RGB (Red+Green+Blue) = 189+35+222=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23DE is #42DC21. Grayscale: #656565. Windows color (decimal): -4381730 or 14558141. OLE color: 14558141.
HSL color Cylindrical-coordinate representation of color #BD23DE: hue angle of 289.41º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD23DE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 35 | 222 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.13 |
| HSL | 289.41º | 0.74% | 0.5% | - |
| HSV(B) | 289.41º | 0.84% | 0.87% | - |
| XYZ | 34.77 | 17.29 | 70.61 | - |
| YUV | 102.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 222 | 0.15 | 0.84 | 0 | 0.13 | 289.41 | 0.74 | 0.5 |
| Hex | BD | 23 | DE | F | 54 | 0 | D | 121 | 4A | 32 |
| Octal | 275 | 43 | 336 | 17 | 124 | 0 | 15 | 441 | 112 | 62 |
| Binary | 10111101 | 100011 | 11011110 | 1111 | 1010100 | 0 | 1101 | 100100001 | 1001010 | 110010 |
Color Harmonies of #BD23DE
Complementary color
Monochromatic Colors of #BD23DE
Black with #BD23DE
Text Example
Text Example
White with #BD23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD23DE; }
p { color: rgb(189,35,222); }
H1.HeaderClassName
{
color: #BD23DE;
}
.AnyTagClassName
{
color: #BD23DE;
}
</style>
background-color css
<style>
a { background-color: #BD23DE; }
a { background-color: rgb(189,35,222); }
div.DivClassName
{
background-color: #BD23DE;
}
.BgClassName
{
background-color: #BD23DE;
}
</style>
border-color css
<style>
span { border-color: #BD23DE; }
span { border-color: rgb(189,35,222); }
td.TdClassName
{
border-color: #BD23DE;
}
.TagClassName
{
border-color: #BD23DE;
}
</style>