Shades of Deep Magenta #BC21B0
Tints of Deep Magenta #BC21B0
RGB
CMYK
RGB Variations
Color information
#BC21B0 (or 0xBC21B0) is known color: Deep Magenta. HEX triplet: BC, 21 and B0. RGB value is (188,33,176). Sum of RGB (Red+Green+Blue) = 188+33+176=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21B0 is #43DE4F. Grayscale: #5F5F5F. Windows color (decimal): -4447824 or 11542972. OLE color: 11542972.
HSL color Cylindrical-coordinate representation of color #BC21B0: hue angle of 304.65º 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 #BC21B0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 176 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.26 |
| HSL | 304.65º | 0.7% | 0.43% | - |
| HSV(B) | 304.65º | 0.82% | 0.74% | - |
| XYZ | 29.12 | 14.91 | 42.42 | - |
| YUV | 95.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 176 | 0 | 0.82 | 0.06 | 0.26 | 304.65 | 0.7 | 0.43 |
| Hex | BC | 21 | B0 | 0 | 52 | 6 | 1A | 131 | 46 | 2B |
| Octal | 274 | 41 | 260 | 0 | 122 | 6 | 32 | 461 | 106 | 53 |
| Binary | 10111100 | 100001 | 10110000 | 0 | 1010010 | 110 | 11010 | 100110001 | 1000110 | 101011 |
Color Harmonies of #BC21B0
Complementary color
Monochromatic Colors of #BC21B0
Black with #BC21B0
Text Example
Text Example
White with #BC21B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21B0; }
p { color: rgb(188,33,176); }
H1.HeaderClassName
{
color: #BC21B0;
}
.AnyTagClassName
{
color: #BC21B0;
}
</style>
background-color css
<style>
a { background-color: #BC21B0; }
a { background-color: rgb(188,33,176); }
div.DivClassName
{
background-color: #BC21B0;
}
.BgClassName
{
background-color: #BC21B0;
}
</style>
border-color css
<style>
span { border-color: #BC21B0; }
span { border-color: rgb(188,33,176); }
td.TdClassName
{
border-color: #BC21B0;
}
.TagClassName
{
border-color: #BC21B0;
}
</style>