Shades of Deep Magenta #BD1FAD
Tints of Deep Magenta #BD1FAD
RGB
CMYK
RGB Variations
Color information
#BD1FAD (or 0xBD1FAD) is known color: Deep Magenta. HEX triplet: BD, 1F and AD. RGB value is (189,31,173). Sum of RGB (Red+Green+Blue) = 189+31+173=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1FAD is #42E052. Grayscale: #5E5E5E. Windows color (decimal): -4382803 or 11345853. OLE color: 11345853.
HSL color Cylindrical-coordinate representation of color #BD1FAD: hue angle of 306.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1FAD is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 173 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.26 |
| HSL | 306.08º | 0.72% | 0.43% | - |
| HSV(B) | 306.08º | 0.84% | 0.74% | - |
| XYZ | 29.02 | 14.82 | 40.87 | - |
| YUV | 94.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 173 | 0 | 0.84 | 0.08 | 0.26 | 306.08 | 0.72 | 0.43 |
| Hex | BD | 1F | AD | 0 | 54 | 8 | 1A | 132 | 48 | 2B |
| Octal | 275 | 37 | 255 | 0 | 124 | 10 | 32 | 462 | 110 | 53 |
| Binary | 10111101 | 11111 | 10101101 | 0 | 1010100 | 1000 | 11010 | 100110010 | 1001000 | 101011 |
Color Harmonies of #BD1FAD
Complementary color
Monochromatic Colors of #BD1FAD
Black with #BD1FAD
Text Example
Text Example
White with #BD1FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FAD; }
p { color: rgb(189,31,173); }
H1.HeaderClassName
{
color: #BD1FAD;
}
.AnyTagClassName
{
color: #BD1FAD;
}
</style>
background-color css
<style>
a { background-color: #BD1FAD; }
a { background-color: rgb(189,31,173); }
div.DivClassName
{
background-color: #BD1FAD;
}
.BgClassName
{
background-color: #BD1FAD;
}
</style>
border-color css
<style>
span { border-color: #BD1FAD; }
span { border-color: rgb(189,31,173); }
td.TdClassName
{
border-color: #BD1FAD;
}
.TagClassName
{
border-color: #BD1FAD;
}
</style>