Shades of Deep Magenta #BD1ACA
Tints of Deep Magenta #BD1ACA
RGB
CMYK
RGB Variations
Color information
#BD1ACA (or 0xBD1ACA) is known color: Deep Magenta. HEX triplet: BD, 1A and CA. RGB value is (189,26,202). Sum of RGB (Red+Green+Blue) = 189+26+202=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD1ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ACA is #42E535. Grayscale: #5E5E5E. Windows color (decimal): -4384054 or 13245117. OLE color: 13245117.
HSL color Cylindrical-coordinate representation of color #BD1ACA: hue angle of 295.57º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1ACA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 26 | 202 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.21 |
| HSL | 295.57º | 0.77% | 0.45% | - |
| HSV(B) | 295.57º | 0.87% | 0.79% | - |
| XYZ | 32.02 | 15.82 | 57.24 | - |
| YUV | 94.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 26 | 202 | 0.06 | 0.87 | 0 | 0.21 | 295.57 | 0.77 | 0.45 |
| Hex | BD | 1A | CA | 6 | 57 | 0 | 15 | 128 | 4D | 2D |
| Octal | 275 | 32 | 312 | 6 | 127 | 0 | 25 | 450 | 115 | 55 |
| Binary | 10111101 | 11010 | 11001010 | 110 | 1010111 | 0 | 10101 | 100101000 | 1001101 | 101101 |
Color Harmonies of #BD1ACA
Complementary color
Monochromatic Colors of #BD1ACA
Black with #BD1ACA
Text Example
Text Example
White with #BD1ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1ACA; }
p { color: rgb(189,26,202); }
H1.HeaderClassName
{
color: #BD1ACA;
}
.AnyTagClassName
{
color: #BD1ACA;
}
</style>
background-color css
<style>
a { background-color: #BD1ACA; }
a { background-color: rgb(189,26,202); }
div.DivClassName
{
background-color: #BD1ACA;
}
.BgClassName
{
background-color: #BD1ACA;
}
</style>
border-color css
<style>
span { border-color: #BD1ACA; }
span { border-color: rgb(189,26,202); }
td.TdClassName
{
border-color: #BD1ACA;
}
.TagClassName
{
border-color: #BD1ACA;
}
</style>