Shades of Deep Magenta #BD1EDF
Tints of Deep Magenta #BD1EDF
RGB
CMYK
RGB Variations
Color information
#BD1EDF (or 0xBD1EDF) is known color: Deep Magenta. HEX triplet: BD, 1E and DF. RGB value is (189,30,223). Sum of RGB (Red+Green+Blue) = 189+30+223=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD1EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EDF is #42E120. Grayscale: #626262. Windows color (decimal): -4383009 or 14622397. OLE color: 14622397.
HSL color Cylindrical-coordinate representation of color #BD1EDF: hue angle of 289.43º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1EDF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 30 | 223 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.13 |
| HSL | 289.43º | 0.76% | 0.5% | - |
| HSV(B) | 289.43º | 0.87% | 0.87% | - |
| XYZ | 34.77 | 17.08 | 71.28 | - |
| YUV | 99.54 | 197.68 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 223 | 0.15 | 0.87 | 0 | 0.13 | 289.43 | 0.76 | 0.5 |
| Hex | BD | 1E | DF | F | 57 | 0 | D | 121 | 4C | 32 |
| Octal | 275 | 36 | 337 | 17 | 127 | 0 | 15 | 441 | 114 | 62 |
| Binary | 10111101 | 11110 | 11011111 | 1111 | 1010111 | 0 | 1101 | 100100001 | 1001100 | 110010 |
Color Harmonies of #BD1EDF
Complementary color
Monochromatic Colors of #BD1EDF
Black with #BD1EDF
Text Example
Text Example
White with #BD1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EDF; }
p { color: rgb(189,30,223); }
H1.HeaderClassName
{
color: #BD1EDF;
}
.AnyTagClassName
{
color: #BD1EDF;
}
</style>
background-color css
<style>
a { background-color: #BD1EDF; }
a { background-color: rgb(189,30,223); }
div.DivClassName
{
background-color: #BD1EDF;
}
.BgClassName
{
background-color: #BD1EDF;
}
</style>
border-color css
<style>
span { border-color: #BD1EDF; }
span { border-color: rgb(189,30,223); }
td.TdClassName
{
border-color: #BD1EDF;
}
.TagClassName
{
border-color: #BD1EDF;
}
</style>