Shades of Deep Magenta #BC22B8
Tints of Deep Magenta #BC22B8
RGB
CMYK
RGB Variations
Color information
#BC22B8 (or 0xBC22B8) is known color: Deep Magenta. HEX triplet: BC, 22 and B8. RGB value is (188,34,184). Sum of RGB (Red+Green+Blue) = 188+34+184=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22B8 is #43DD47. Grayscale: #606060. Windows color (decimal): -4447560 or 12067516. OLE color: 12067516.
HSL color Cylindrical-coordinate representation of color #BC22B8: hue angle of 301.56º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC22B8 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 184 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.26 |
| HSL | 301.56º | 0.69% | 0.44% | - |
| HSV(B) | 301.56º | 0.82% | 0.74% | - |
| XYZ | 29.96 | 15.3 | 46.72 | - |
| YUV | 97.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 184 | 0 | 0.82 | 0.02 | 0.26 | 301.56 | 0.69 | 0.44 |
| Hex | BC | 22 | B8 | 0 | 52 | 2 | 1A | 12E | 45 | 2C |
| Octal | 274 | 42 | 270 | 0 | 122 | 2 | 32 | 456 | 105 | 54 |
| Binary | 10111100 | 100010 | 10111000 | 0 | 1010010 | 10 | 11010 | 100101110 | 1000101 | 101100 |
Color Harmonies of #BC22B8
Complementary color
Monochromatic Colors of #BC22B8
Black with #BC22B8
Text Example
Text Example
White with #BC22B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22B8; }
p { color: rgb(188,34,184); }
H1.HeaderClassName
{
color: #BC22B8;
}
.AnyTagClassName
{
color: #BC22B8;
}
</style>
background-color css
<style>
a { background-color: #BC22B8; }
a { background-color: rgb(188,34,184); }
div.DivClassName
{
background-color: #BC22B8;
}
.BgClassName
{
background-color: #BC22B8;
}
</style>
border-color css
<style>
span { border-color: #BC22B8; }
span { border-color: rgb(188,34,184); }
td.TdClassName
{
border-color: #BC22B8;
}
.TagClassName
{
border-color: #BC22B8;
}
</style>