Shades of Deep Magenta #BC21AD
Tints of Deep Magenta #BC21AD
RGB
CMYK
RGB Variations
Color information
#BC21AD (or 0xBC21AD) is known color: Deep Magenta. HEX triplet: BC, 21 and AD. RGB value is (188,33,173). Sum of RGB (Red+Green+Blue) = 188+33+173=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21AD is #43DE52. Grayscale: #5E5E5E. Windows color (decimal): -4447827 or 11346364. OLE color: 11346364.
HSL color Cylindrical-coordinate representation of color #BC21AD: hue angle of 305.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC21AD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 173 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.26 |
| HSL | 305.81º | 0.7% | 0.43% | - |
| HSV(B) | 305.81º | 0.82% | 0.74% | - |
| XYZ | 28.83 | 14.8 | 40.87 | - |
| YUV | 95.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 173 | 0 | 0.82 | 0.08 | 0.26 | 305.81 | 0.7 | 0.43 |
| Hex | BC | 21 | AD | 0 | 52 | 8 | 1A | 132 | 46 | 2B |
| Octal | 274 | 41 | 255 | 0 | 122 | 10 | 32 | 462 | 106 | 53 |
| Binary | 10111100 | 100001 | 10101101 | 0 | 1010010 | 1000 | 11010 | 100110010 | 1000110 | 101011 |
Color Harmonies of #BC21AD
Complementary color
Monochromatic Colors of #BC21AD
Black with #BC21AD
Text Example
Text Example
White with #BC21AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21AD; }
p { color: rgb(188,33,173); }
H1.HeaderClassName
{
color: #BC21AD;
}
.AnyTagClassName
{
color: #BC21AD;
}
</style>
background-color css
<style>
a { background-color: #BC21AD; }
a { background-color: rgb(188,33,173); }
div.DivClassName
{
background-color: #BC21AD;
}
.BgClassName
{
background-color: #BC21AD;
}
</style>
border-color css
<style>
span { border-color: #BC21AD; }
span { border-color: rgb(188,33,173); }
td.TdClassName
{
border-color: #BC21AD;
}
.TagClassName
{
border-color: #BC21AD;
}
</style>