Shades of Deep Magenta #BD01CE
Tints of Deep Magenta #BD01CE
RGB
CMYK
RGB Variations
Color information
#BD01CE (or 0xBD01CE) is known color: Deep Magenta. HEX triplet: BD, 01 and CE. RGB value is (189,1,206). Sum of RGB (Red+Green+Blue) = 189+1+206=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01CE is #42FE31. Grayscale: #4F4F4F. Windows color (decimal): -4390450 or 13500861. OLE color: 13500861.
HSL color Cylindrical-coordinate representation of color #BD01CE: hue angle of 295.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01CE is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 1 | 206 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.19 |
| HSL | 295.02º | 0.99% | 0.41% | - |
| HSV(B) | 295.02º | 1% | 0.81% | - |
| XYZ | 32.14 | 15.3 | 59.65 | - |
| YUV | 80.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 206 | 0.08 | 1.00 | 0 | 0.19 | 295.02 | 0.99 | 0.41 |
| Hex | BD | 1 | CE | 8 | 64 | 0 | 13 | 127 | 63 | 29 |
| Octal | 275 | 1 | 316 | 10 | 144 | 0 | 23 | 447 | 143 | 51 |
| Binary | 10111101 | 1 | 11001110 | 1000 | 1100100 | 0 | 10011 | 100100111 | 1100011 | 101001 |
Color Harmonies of #BD01CE
Complementary color
Monochromatic Colors of #BD01CE
Black with #BD01CE
Text Example
Text Example
White with #BD01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01CE; }
p { color: rgb(189,1,206); }
H1.HeaderClassName
{
color: #BD01CE;
}
.AnyTagClassName
{
color: #BD01CE;
}
</style>
background-color css
<style>
a { background-color: #BD01CE; }
a { background-color: rgb(189,1,206); }
div.DivClassName
{
background-color: #BD01CE;
}
.BgClassName
{
background-color: #BD01CE;
}
</style>
border-color css
<style>
span { border-color: #BD01CE; }
span { border-color: rgb(189,1,206); }
td.TdClassName
{
border-color: #BD01CE;
}
.TagClassName
{
border-color: #BD01CE;
}
</style>