Shades of Deep Magenta #BD1ECB
Tints of Deep Magenta #BD1ECB
RGB
CMYK
RGB Variations
Color information
#BD1ECB (or 0xBD1ECB) is known color: Deep Magenta. HEX triplet: BD, 1E and CB. RGB value is (189,30,203). Sum of RGB (Red+Green+Blue) = 189+30+203=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ECB is #42E134. Grayscale: #606060. Windows color (decimal): -4383029 or 13311677. OLE color: 13311677.
HSL color Cylindrical-coordinate representation of color #BD1ECB: hue angle of 295.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1ECB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 30 | 203 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.20 |
| HSL | 295.14º | 0.74% | 0.46% | - |
| HSV(B) | 295.14º | 0.85% | 0.8% | - |
| XYZ | 32.23 | 16.06 | 57.9 | - |
| YUV | 97.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 203 | 0.07 | 0.85 | 0 | 0.20 | 295.14 | 0.74 | 0.46 |
| Hex | BD | 1E | CB | 7 | 55 | 0 | 14 | 127 | 4A | 2E |
| Octal | 275 | 36 | 313 | 7 | 125 | 0 | 24 | 447 | 112 | 56 |
| Binary | 10111101 | 11110 | 11001011 | 111 | 1010101 | 0 | 10100 | 100100111 | 1001010 | 101110 |
Color Harmonies of #BD1ECB
Complementary color
Monochromatic Colors of #BD1ECB
Black with #BD1ECB
Text Example
Text Example
White with #BD1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ECB; }
p { color: rgb(189,30,203); }
H1.HeaderClassName
{
color: #BD1ECB;
}
.AnyTagClassName
{
color: #BD1ECB;
}
</style>
background-color css
<style>
a { background-color: #BD1ECB; }
a { background-color: rgb(189,30,203); }
div.DivClassName
{
background-color: #BD1ECB;
}
.BgClassName
{
background-color: #BD1ECB;
}
</style>
border-color css
<style>
span { border-color: #BD1ECB; }
span { border-color: rgb(189,30,203); }
td.TdClassName
{
border-color: #BD1ECB;
}
.TagClassName
{
border-color: #BD1ECB;
}
</style>