Shades of Deep Magenta #BC22B6
Tints of Deep Magenta #BC22B6
RGB
CMYK
RGB Variations
Color information
#BC22B6 (or 0xBC22B6) is known color: Deep Magenta. HEX triplet: BC, 22 and B6. RGB value is (188,34,182). Sum of RGB (Red+Green+Blue) = 188+34+182=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22B6 is #43DD49. Grayscale: #606060. Windows color (decimal): -4447562 or 11936444. OLE color: 11936444.
HSL color Cylindrical-coordinate representation of color #BC22B6: hue angle of 302.34º 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 #BC22B6 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 182 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.26 |
| HSL | 302.34º | 0.69% | 0.44% | - |
| HSV(B) | 302.34º | 0.82% | 0.74% | - |
| XYZ | 29.75 | 15.21 | 45.62 | - |
| YUV | 96.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 182 | 0 | 0.82 | 0.03 | 0.26 | 302.34 | 0.69 | 0.44 |
| Hex | BC | 22 | B6 | 0 | 52 | 3 | 1A | 12E | 45 | 2C |
| Octal | 274 | 42 | 266 | 0 | 122 | 3 | 32 | 456 | 105 | 54 |
| Binary | 10111100 | 100010 | 10110110 | 0 | 1010010 | 11 | 11010 | 100101110 | 1000101 | 101100 |
Color Harmonies of #BC22B6
Complementary color
Monochromatic Colors of #BC22B6
Black with #BC22B6
Text Example
Text Example
White with #BC22B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22B6; }
p { color: rgb(188,34,182); }
H1.HeaderClassName
{
color: #BC22B6;
}
.AnyTagClassName
{
color: #BC22B6;
}
</style>
background-color css
<style>
a { background-color: #BC22B6; }
a { background-color: rgb(188,34,182); }
div.DivClassName
{
background-color: #BC22B6;
}
.BgClassName
{
background-color: #BC22B6;
}
</style>
border-color css
<style>
span { border-color: #BC22B6; }
span { border-color: rgb(188,34,182); }
td.TdClassName
{
border-color: #BC22B6;
}
.TagClassName
{
border-color: #BC22B6;
}
</style>