Shades of Deep Magenta #BD1ACE
Tints of Deep Magenta #BD1ACE
RGB
CMYK
RGB Variations
Color information
#BD1ACE (or 0xBD1ACE) is known color: Deep Magenta. HEX triplet: BD, 1A and CE. RGB value is (189,26,206). Sum of RGB (Red+Green+Blue) = 189+26+206=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ACE is #42E531. Grayscale: #5E5E5E. Windows color (decimal): -4384050 or 13507261. OLE color: 13507261.
HSL color Cylindrical-coordinate representation of color #BD1ACE: hue angle of 294.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1ACE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 26 | 206 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.19 |
| HSL | 294.33º | 0.78% | 0.45% | - |
| HSV(B) | 294.33º | 0.87% | 0.81% | - |
| XYZ | 32.5 | 16.01 | 59.77 | - |
| YUV | 95.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 206 | 0.08 | 0.87 | 0 | 0.19 | 294.33 | 0.78 | 0.45 |
| Hex | BD | 1A | CE | 8 | 57 | 0 | 13 | 126 | 4E | 2D |
| Octal | 275 | 32 | 316 | 10 | 127 | 0 | 23 | 446 | 116 | 55 |
| Binary | 10111101 | 11010 | 11001110 | 1000 | 1010111 | 0 | 10011 | 100100110 | 1001110 | 101101 |
Color Harmonies of #BD1ACE
Complementary color
Monochromatic Colors of #BD1ACE
Black with #BD1ACE
Text Example
Text Example
White with #BD1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ACE; }
p { color: rgb(189,26,206); }
H1.HeaderClassName
{
color: #BD1ACE;
}
.AnyTagClassName
{
color: #BD1ACE;
}
</style>
background-color css
<style>
a { background-color: #BD1ACE; }
a { background-color: rgb(189,26,206); }
div.DivClassName
{
background-color: #BD1ACE;
}
.BgClassName
{
background-color: #BD1ACE;
}
</style>
border-color css
<style>
span { border-color: #BD1ACE; }
span { border-color: rgb(189,26,206); }
td.TdClassName
{
border-color: #BD1ACE;
}
.TagClassName
{
border-color: #BD1ACE;
}
</style>