Shades of Deep Magenta #BC21B8
Tints of Deep Magenta #BC21B8
RGB
CMYK
RGB Variations
Color information
#BC21B8 (or 0xBC21B8) is known color: Deep Magenta. HEX triplet: BC, 21 and B8. RGB value is (188,33,184). Sum of RGB (Red+Green+Blue) = 188+33+184=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC21B8 is #43DE47. Grayscale: #606060. Windows color (decimal): -4447816 or 12067260. OLE color: 12067260.
HSL color Cylindrical-coordinate representation of color #BC21B8: hue angle of 301.55º 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 #BC21B8 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 184 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.26 |
| HSL | 301.55º | 0.7% | 0.43% | - |
| HSV(B) | 301.55º | 0.82% | 0.74% | - |
| XYZ | 29.93 | 15.24 | 46.71 | - |
| YUV | 96.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 184 | 0 | 0.82 | 0.02 | 0.26 | 301.55 | 0.7 | 0.43 |
| Hex | BC | 21 | B8 | 0 | 52 | 2 | 1A | 12E | 46 | 2B |
| Octal | 274 | 41 | 270 | 0 | 122 | 2 | 32 | 456 | 106 | 53 |
| Binary | 10111100 | 100001 | 10111000 | 0 | 1010010 | 10 | 11010 | 100101110 | 1000110 | 101011 |
Color Harmonies of #BC21B8
Complementary color
Monochromatic Colors of #BC21B8
Black with #BC21B8
Text Example
Text Example
White with #BC21B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC21B8; }
p { color: rgb(188,33,184); }
H1.HeaderClassName
{
color: #BC21B8;
}
.AnyTagClassName
{
color: #BC21B8;
}
</style>
background-color css
<style>
a { background-color: #BC21B8; }
a { background-color: rgb(188,33,184); }
div.DivClassName
{
background-color: #BC21B8;
}
.BgClassName
{
background-color: #BC21B8;
}
</style>
border-color css
<style>
span { border-color: #BC21B8; }
span { border-color: rgb(188,33,184); }
td.TdClassName
{
border-color: #BC21B8;
}
.TagClassName
{
border-color: #BC21B8;
}
</style>