Shades of Deep Magenta #BD1DAF
Tints of Deep Magenta #BD1DAF
RGB
CMYK
RGB Variations
Color information
#BD1DAF (or 0xBD1DAF) is known color: Deep Magenta. HEX triplet: BD, 1D and AF. RGB value is (189,29,175). Sum of RGB (Red+Green+Blue) = 189+29+175=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1DAF is #42E250. Grayscale: #5D5D5D. Windows color (decimal): -4383313 or 11476413. OLE color: 11476413.
HSL color Cylindrical-coordinate representation of color #BD1DAF: hue angle of 305.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1DAF is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 175 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.26 |
| HSL | 305.25º | 0.73% | 0.43% | - |
| HSV(B) | 305.25º | 0.85% | 0.74% | - |
| XYZ | 29.16 | 14.79 | 41.88 | - |
| YUV | 93.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 175 | 0 | 0.85 | 0.07 | 0.26 | 305.25 | 0.73 | 0.43 |
| Hex | BD | 1D | AF | 0 | 55 | 7 | 1A | 131 | 49 | 2B |
| Octal | 275 | 35 | 257 | 0 | 125 | 7 | 32 | 461 | 111 | 53 |
| Binary | 10111101 | 11101 | 10101111 | 0 | 1010101 | 111 | 11010 | 100110001 | 1001001 | 101011 |
Color Harmonies of #BD1DAF
Complementary color
Monochromatic Colors of #BD1DAF
Black with #BD1DAF
Text Example
Text Example
White with #BD1DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DAF; }
p { color: rgb(189,29,175); }
H1.HeaderClassName
{
color: #BD1DAF;
}
.AnyTagClassName
{
color: #BD1DAF;
}
</style>
background-color css
<style>
a { background-color: #BD1DAF; }
a { background-color: rgb(189,29,175); }
div.DivClassName
{
background-color: #BD1DAF;
}
.BgClassName
{
background-color: #BD1DAF;
}
</style>
border-color css
<style>
span { border-color: #BD1DAF; }
span { border-color: rgb(189,29,175); }
td.TdClassName
{
border-color: #BD1DAF;
}
.TagClassName
{
border-color: #BD1DAF;
}
</style>