Shades of Deep Magenta #BD00CE
Tints of Deep Magenta #BD00CE
RGB
CMYK
RGB Variations
Color information
#BD00CE (or 0xBD00CE) is known color: Deep Magenta. HEX triplet: BD, 00 and CE. RGB value is (189,0,206). Sum of RGB (Red+Green+Blue) = 189+0+206=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00CE is #42FF31. Grayscale: #4F4F4F. Windows color (decimal): -4390706 or 13500605. OLE color: 13500605.
HSL color Cylindrical-coordinate representation of color #BD00CE: hue angle of 295.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00CE is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 0 | 206 | - |
| CMYK | 0.08 | 1 | 0 | 0.19 |
| HSL | 295.05º | 1% | 0.4% | - |
| HSV(B) | 295.05º | 1% | 0.81% | - |
| XYZ | 32.13 | 15.28 | 59.65 | - |
| YUV | 80 | 199.12 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 206 | 0.08 | 1 | 0 | 0.19 | 295.05 | 1 | 0.4 |
| Hex | BD | 0 | CE | 8 | 64 | 0 | 13 | 127 | 64 | 28 |
| Octal | 275 | 0 | 316 | 10 | 144 | 0 | 23 | 447 | 144 | 50 |
| Binary | 10111101 | 0 | 11001110 | 1000 | 1100100 | 0 | 10011 | 100100111 | 1100100 | 101000 |
Color Harmonies of #BD00CE
Complementary color
Monochromatic Colors of #BD00CE
Black with #BD00CE
Text Example
Text Example
White with #BD00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00CE; }
p { color: rgb(189,0,206); }
H1.HeaderClassName
{
color: #BD00CE;
}
.AnyTagClassName
{
color: #BD00CE;
}
</style>
background-color css
<style>
a { background-color: #BD00CE; }
a { background-color: rgb(189,0,206); }
div.DivClassName
{
background-color: #BD00CE;
}
.BgClassName
{
background-color: #BD00CE;
}
</style>
border-color css
<style>
span { border-color: #BD00CE; }
span { border-color: rgb(189,0,206); }
td.TdClassName
{
border-color: #BD00CE;
}
.TagClassName
{
border-color: #BD00CE;
}
</style>