Shades of Deep Magenta #BD1AD3
Tints of Deep Magenta #BD1AD3
RGB
CMYK
RGB Variations
Color information
#BD1AD3 (or 0xBD1AD3) is known color: Deep Magenta. HEX triplet: BD, 1A and D3. RGB value is (189,26,211). Sum of RGB (Red+Green+Blue) = 189+26+211=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD1AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1AD3 is #42E52C. Grayscale: #5F5F5F. Windows color (decimal): -4384045 or 13834941. OLE color: 13834941.
HSL color Cylindrical-coordinate representation of color #BD1AD3: hue angle of 292.86º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1AD3 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 26 | 211 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.17 |
| HSL | 292.86º | 0.78% | 0.46% | - |
| HSV(B) | 292.86º | 0.88% | 0.83% | - |
| XYZ | 33.11 | 16.26 | 63.02 | - |
| YUV | 95.83 | 193 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 211 | 0.10 | 0.88 | 0 | 0.17 | 292.86 | 0.78 | 0.46 |
| Hex | BD | 1A | D3 | A | 58 | 0 | 11 | 125 | 4E | 2E |
| Octal | 275 | 32 | 323 | 12 | 130 | 0 | 21 | 445 | 116 | 56 |
| Binary | 10111101 | 11010 | 11010011 | 1010 | 1011000 | 0 | 10001 | 100100101 | 1001110 | 101110 |
Color Harmonies of #BD1AD3
Complementary color
Monochromatic Colors of #BD1AD3
Black with #BD1AD3
Text Example
Text Example
White with #BD1AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1AD3; }
p { color: rgb(189,26,211); }
H1.HeaderClassName
{
color: #BD1AD3;
}
.AnyTagClassName
{
color: #BD1AD3;
}
</style>
background-color css
<style>
a { background-color: #BD1AD3; }
a { background-color: rgb(189,26,211); }
div.DivClassName
{
background-color: #BD1AD3;
}
.BgClassName
{
background-color: #BD1AD3;
}
</style>
border-color css
<style>
span { border-color: #BD1AD3; }
span { border-color: rgb(189,26,211); }
td.TdClassName
{
border-color: #BD1AD3;
}
.TagClassName
{
border-color: #BD1AD3;
}
</style>