Shades of Deep Magenta #BD1ECF
Tints of Deep Magenta #BD1ECF
RGB
CMYK
RGB Variations
Color information
#BD1ECF (or 0xBD1ECF) is known color: Deep Magenta. HEX triplet: BD, 1E and CF. RGB value is (189,30,207). Sum of RGB (Red+Green+Blue) = 189+30+207=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ECF is #42E130. Grayscale: #616161. Windows color (decimal): -4383025 or 13573821. OLE color: 13573821.
HSL color Cylindrical-coordinate representation of color #BD1ECF: hue angle of 293.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1ECF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 30 | 207 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.19 |
| HSL | 293.9º | 0.75% | 0.46% | - |
| HSV(B) | 293.9º | 0.86% | 0.81% | - |
| XYZ | 32.71 | 16.25 | 60.44 | - |
| YUV | 97.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 207 | 0.09 | 0.86 | 0 | 0.19 | 293.9 | 0.75 | 0.46 |
| Hex | BD | 1E | CF | 9 | 56 | 0 | 13 | 126 | 4B | 2E |
| Octal | 275 | 36 | 317 | 11 | 126 | 0 | 23 | 446 | 113 | 56 |
| Binary | 10111101 | 11110 | 11001111 | 1001 | 1010110 | 0 | 10011 | 100100110 | 1001011 | 101110 |
Color Harmonies of #BD1ECF
Complementary color
Monochromatic Colors of #BD1ECF
Black with #BD1ECF
Text Example
Text Example
White with #BD1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ECF; }
p { color: rgb(189,30,207); }
H1.HeaderClassName
{
color: #BD1ECF;
}
.AnyTagClassName
{
color: #BD1ECF;
}
</style>
background-color css
<style>
a { background-color: #BD1ECF; }
a { background-color: rgb(189,30,207); }
div.DivClassName
{
background-color: #BD1ECF;
}
.BgClassName
{
background-color: #BD1ECF;
}
</style>
border-color css
<style>
span { border-color: #BD1ECF; }
span { border-color: rgb(189,30,207); }
td.TdClassName
{
border-color: #BD1ECF;
}
.TagClassName
{
border-color: #BD1ECF;
}
</style>