Shades of Deep Magenta #BD1AB5
Tints of Deep Magenta #BD1AB5
RGB
CMYK
RGB Variations
Color information
#BD1AB5 (or 0xBD1AB5) is known color: Deep Magenta. HEX triplet: BD, 1A and B5. RGB value is (189,26,181). Sum of RGB (Red+Green+Blue) = 189+26+181=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1AB5 is #42E54A. Grayscale: #5B5B5B. Windows color (decimal): -4384075 or 11868861. OLE color: 11868861.
HSL color Cylindrical-coordinate representation of color #BD1AB5: hue angle of 302.94º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1AB5 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 26 | 181 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.26 |
| HSL | 302.94º | 0.76% | 0.42% | - |
| HSV(B) | 302.94º | 0.86% | 0.74% | - |
| XYZ | 29.7 | 14.89 | 45.03 | - |
| YUV | 92.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 181 | 0 | 0.86 | 0.04 | 0.26 | 302.94 | 0.76 | 0.42 |
| Hex | BD | 1A | B5 | 0 | 56 | 4 | 1A | 12F | 4C | 2A |
| Octal | 275 | 32 | 265 | 0 | 126 | 4 | 32 | 457 | 114 | 52 |
| Binary | 10111101 | 11010 | 10110101 | 0 | 1010110 | 100 | 11010 | 100101111 | 1001100 | 101010 |
Color Harmonies of #BD1AB5
Complementary color
Monochromatic Colors of #BD1AB5
Black with #BD1AB5
Text Example
Text Example
White with #BD1AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AB5; }
p { color: rgb(189,26,181); }
H1.HeaderClassName
{
color: #BD1AB5;
}
.AnyTagClassName
{
color: #BD1AB5;
}
</style>
background-color css
<style>
a { background-color: #BD1AB5; }
a { background-color: rgb(189,26,181); }
div.DivClassName
{
background-color: #BD1AB5;
}
.BgClassName
{
background-color: #BD1AB5;
}
</style>
border-color css
<style>
span { border-color: #BD1AB5; }
span { border-color: rgb(189,26,181); }
td.TdClassName
{
border-color: #BD1AB5;
}
.TagClassName
{
border-color: #BD1AB5;
}
</style>