Shades of Deep Magenta #BD02CE
Tints of Deep Magenta #BD02CE
RGB
CMYK
RGB Variations
Color information
#BD02CE (or 0xBD02CE) is known color: Deep Magenta. HEX triplet: BD, 02 and CE. RGB value is (189,2,206). Sum of RGB (Red+Green+Blue) = 189+2+206=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02CE is #42FD31. Grayscale: #505050. Windows color (decimal): -4390194 or 13501117. OLE color: 13501117.
HSL color Cylindrical-coordinate representation of color #BD02CE: hue angle of 295º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02CE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 2 | 206 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.19 |
| HSL | 295º | 0.98% | 0.41% | - |
| HSV(B) | 295º | 0.99% | 0.81% | - |
| XYZ | 32.15 | 15.32 | 59.65 | - |
| YUV | 81.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 206 | 0.08 | 0.99 | 0 | 0.19 | 295 | 0.98 | 0.41 |
| Hex | BD | 2 | CE | 8 | 63 | 0 | 13 | 127 | 62 | 29 |
| Octal | 275 | 2 | 316 | 10 | 143 | 0 | 23 | 447 | 142 | 51 |
| Binary | 10111101 | 10 | 11001110 | 1000 | 1100011 | 0 | 10011 | 100100111 | 1100010 | 101001 |
Color Harmonies of #BD02CE
Complementary color
Monochromatic Colors of #BD02CE
Black with #BD02CE
Text Example
Text Example
White with #BD02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD02CE; }
p { color: rgb(189,2,206); }
H1.HeaderClassName
{
color: #BD02CE;
}
.AnyTagClassName
{
color: #BD02CE;
}
</style>
background-color css
<style>
a { background-color: #BD02CE; }
a { background-color: rgb(189,2,206); }
div.DivClassName
{
background-color: #BD02CE;
}
.BgClassName
{
background-color: #BD02CE;
}
</style>
border-color css
<style>
span { border-color: #BD02CE; }
span { border-color: rgb(189,2,206); }
td.TdClassName
{
border-color: #BD02CE;
}
.TagClassName
{
border-color: #BD02CE;
}
</style>