Shades of Deep Magenta #BD1ED7
Tints of Deep Magenta #BD1ED7
RGB
CMYK
RGB Variations
Color information
#BD1ED7 (or 0xBD1ED7) is known color: Deep Magenta. HEX triplet: BD, 1E and D7. RGB value is (189,30,215). Sum of RGB (Red+Green+Blue) = 189+30+215=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD1ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ED7 is #42E128. Grayscale: #626262. Windows color (decimal): -4383017 or 14098109. OLE color: 14098109.
HSL color Cylindrical-coordinate representation of color #BD1ED7: hue angle of 291.57º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1ED7 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 30 | 215 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.16 |
| HSL | 291.57º | 0.76% | 0.48% | - |
| HSV(B) | 291.57º | 0.86% | 0.84% | - |
| XYZ | 33.72 | 16.65 | 65.73 | - |
| YUV | 98.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 215 | 0.12 | 0.86 | 0 | 0.16 | 291.57 | 0.76 | 0.48 |
| Hex | BD | 1E | D7 | C | 56 | 0 | 10 | 124 | 4C | 30 |
| Octal | 275 | 36 | 327 | 14 | 126 | 0 | 20 | 444 | 114 | 60 |
| Binary | 10111101 | 11110 | 11010111 | 1100 | 1010110 | 0 | 10000 | 100100100 | 1001100 | 110000 |
Color Harmonies of #BD1ED7
Complementary color
Monochromatic Colors of #BD1ED7
Black with #BD1ED7
Text Example
Text Example
White with #BD1ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ED7; }
p { color: rgb(189,30,215); }
H1.HeaderClassName
{
color: #BD1ED7;
}
.AnyTagClassName
{
color: #BD1ED7;
}
</style>
background-color css
<style>
a { background-color: #BD1ED7; }
a { background-color: rgb(189,30,215); }
div.DivClassName
{
background-color: #BD1ED7;
}
.BgClassName
{
background-color: #BD1ED7;
}
</style>
border-color css
<style>
span { border-color: #BD1ED7; }
span { border-color: rgb(189,30,215); }
td.TdClassName
{
border-color: #BD1ED7;
}
.TagClassName
{
border-color: #BD1ED7;
}
</style>