Shades of Deep Magenta #BD1EC9
Tints of Deep Magenta #BD1EC9
RGB
CMYK
RGB Variations
Color information
#BD1EC9 (or 0xBD1EC9) is known color: Deep Magenta. HEX triplet: BD, 1E and C9. RGB value is (189,30,201). Sum of RGB (Red+Green+Blue) = 189+30+201=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD1EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EC9 is #42E136. Grayscale: #606060. Windows color (decimal): -4383031 or 13180605. OLE color: 13180605.
HSL color Cylindrical-coordinate representation of color #BD1EC9: hue angle of 295.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1EC9 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 30 | 201 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.21 |
| HSL | 295.79º | 0.74% | 0.45% | - |
| HSV(B) | 295.79º | 0.85% | 0.79% | - |
| XYZ | 31.99 | 15.96 | 56.65 | - |
| YUV | 97.04 | 186.68 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 201 | 0.06 | 0.85 | 0 | 0.21 | 295.79 | 0.74 | 0.45 |
| Hex | BD | 1E | C9 | 6 | 55 | 0 | 15 | 128 | 4A | 2D |
| Octal | 275 | 36 | 311 | 6 | 125 | 0 | 25 | 450 | 112 | 55 |
| Binary | 10111101 | 11110 | 11001001 | 110 | 1010101 | 0 | 10101 | 100101000 | 1001010 | 101101 |
Color Harmonies of #BD1EC9
Complementary color
Monochromatic Colors of #BD1EC9
Black with #BD1EC9
Text Example
Text Example
White with #BD1EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EC9; }
p { color: rgb(189,30,201); }
H1.HeaderClassName
{
color: #BD1EC9;
}
.AnyTagClassName
{
color: #BD1EC9;
}
</style>
background-color css
<style>
a { background-color: #BD1EC9; }
a { background-color: rgb(189,30,201); }
div.DivClassName
{
background-color: #BD1EC9;
}
.BgClassName
{
background-color: #BD1EC9;
}
</style>
border-color css
<style>
span { border-color: #BD1EC9; }
span { border-color: rgb(189,30,201); }
td.TdClassName
{
border-color: #BD1EC9;
}
.TagClassName
{
border-color: #BD1EC9;
}
</style>