Shades of Deep Magenta #BC22B7
Tints of Deep Magenta #BC22B7
RGB
CMYK
RGB Variations
Color information
#BC22B7 (or 0xBC22B7) is known color: Deep Magenta. HEX triplet: BC, 22 and B7. RGB value is (188,34,183). Sum of RGB (Red+Green+Blue) = 188+34+183=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22B7 is #43DD48. Grayscale: #606060. Windows color (decimal): -4447561 or 12001980. OLE color: 12001980.
HSL color Cylindrical-coordinate representation of color #BC22B7: hue angle of 301.95º 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 #BC22B7 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 183 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.26 |
| HSL | 301.95º | 0.69% | 0.44% | - |
| HSV(B) | 301.95º | 0.82% | 0.74% | - |
| XYZ | 29.86 | 15.25 | 46.17 | - |
| YUV | 97.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 183 | 0 | 0.82 | 0.03 | 0.26 | 301.95 | 0.69 | 0.44 |
| Hex | BC | 22 | B7 | 0 | 52 | 3 | 1A | 12E | 45 | 2C |
| Octal | 274 | 42 | 267 | 0 | 122 | 3 | 32 | 456 | 105 | 54 |
| Binary | 10111100 | 100010 | 10110111 | 0 | 1010010 | 11 | 11010 | 100101110 | 1000101 | 101100 |
Color Harmonies of #BC22B7
Complementary color
Monochromatic Colors of #BC22B7
Black with #BC22B7
Text Example
Text Example
White with #BC22B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22B7; }
p { color: rgb(188,34,183); }
H1.HeaderClassName
{
color: #BC22B7;
}
.AnyTagClassName
{
color: #BC22B7;
}
</style>
background-color css
<style>
a { background-color: #BC22B7; }
a { background-color: rgb(188,34,183); }
div.DivClassName
{
background-color: #BC22B7;
}
.BgClassName
{
background-color: #BC22B7;
}
</style>
border-color css
<style>
span { border-color: #BC22B7; }
span { border-color: rgb(188,34,183); }
td.TdClassName
{
border-color: #BC22B7;
}
.TagClassName
{
border-color: #BC22B7;
}
</style>