Shades of Deep Magenta #BC20B5
Tints of Deep Magenta #BC20B5
RGB
CMYK
RGB Variations
Color information
#BC20B5 (or 0xBC20B5) is known color: Deep Magenta. HEX triplet: BC, 20 and B5. RGB value is (188,32,181). Sum of RGB (Red+Green+Blue) = 188+32+181=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC20B5 is #43DF4A. Grayscale: #5F5F5F. Windows color (decimal): -4448075 or 11870396. OLE color: 11870396.
HSL color Cylindrical-coordinate representation of color #BC20B5: hue angle of 302.69º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC20B5 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 181 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.26 |
| HSL | 302.69º | 0.71% | 0.43% | - |
| HSV(B) | 302.69º | 0.83% | 0.74% | - |
| XYZ | 29.6 | 15.06 | 45.06 | - |
| YUV | 95.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 181 | 0 | 0.83 | 0.04 | 0.26 | 302.69 | 0.71 | 0.43 |
| Hex | BC | 20 | B5 | 0 | 53 | 4 | 1A | 12F | 47 | 2B |
| Octal | 274 | 40 | 265 | 0 | 123 | 4 | 32 | 457 | 107 | 53 |
| Binary | 10111100 | 100000 | 10110101 | 0 | 1010011 | 100 | 11010 | 100101111 | 1000111 | 101011 |
Color Harmonies of #BC20B5
Complementary color
Monochromatic Colors of #BC20B5
Black with #BC20B5
Text Example
Text Example
White with #BC20B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC20B5; }
p { color: rgb(188,32,181); }
H1.HeaderClassName
{
color: #BC20B5;
}
.AnyTagClassName
{
color: #BC20B5;
}
</style>
background-color css
<style>
a { background-color: #BC20B5; }
a { background-color: rgb(188,32,181); }
div.DivClassName
{
background-color: #BC20B5;
}
.BgClassName
{
background-color: #BC20B5;
}
</style>
border-color css
<style>
span { border-color: #BC20B5; }
span { border-color: rgb(188,32,181); }
td.TdClassName
{
border-color: #BC20B5;
}
.TagClassName
{
border-color: #BC20B5;
}
</style>