Shades of Deep Magenta #BD1ECE
Tints of Deep Magenta #BD1ECE
RGB
CMYK
RGB Variations
Color information
#BD1ECE (or 0xBD1ECE) is known color: Deep Magenta. HEX triplet: BD, 1E and CE. RGB value is (189,30,206). Sum of RGB (Red+Green+Blue) = 189+30+206=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ECE is #42E131. Grayscale: #616161. Windows color (decimal): -4383026 or 13508285. OLE color: 13508285.
HSL color Cylindrical-coordinate representation of color #BD1ECE: hue angle of 294.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1ECE is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 30 | 206 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.19 |
| HSL | 294.2º | 0.75% | 0.46% | - |
| HSV(B) | 294.2º | 0.85% | 0.81% | - |
| XYZ | 32.59 | 16.2 | 59.8 | - |
| YUV | 97.61 | 189.18 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 206 | 0.08 | 0.85 | 0 | 0.19 | 294.2 | 0.75 | 0.46 |
| Hex | BD | 1E | CE | 8 | 55 | 0 | 13 | 126 | 4B | 2E |
| Octal | 275 | 36 | 316 | 10 | 125 | 0 | 23 | 446 | 113 | 56 |
| Binary | 10111101 | 11110 | 11001110 | 1000 | 1010101 | 0 | 10011 | 100100110 | 1001011 | 101110 |
Color Harmonies of #BD1ECE
Complementary color
Monochromatic Colors of #BD1ECE
Black with #BD1ECE
Text Example
Text Example
White with #BD1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ECE; }
p { color: rgb(189,30,206); }
H1.HeaderClassName
{
color: #BD1ECE;
}
.AnyTagClassName
{
color: #BD1ECE;
}
</style>
background-color css
<style>
a { background-color: #BD1ECE; }
a { background-color: rgb(189,30,206); }
div.DivClassName
{
background-color: #BD1ECE;
}
.BgClassName
{
background-color: #BD1ECE;
}
</style>
border-color css
<style>
span { border-color: #BD1ECE; }
span { border-color: rgb(189,30,206); }
td.TdClassName
{
border-color: #BD1ECE;
}
.TagClassName
{
border-color: #BD1ECE;
}
</style>