Shades of Deep Magenta #BC22BD
Tints of Deep Magenta #BC22BD
RGB
CMYK
RGB Variations
Color information
#BC22BD (or 0xBC22BD) is known color: Deep Magenta. HEX triplet: BC, 22 and BD. RGB value is (188,34,189). Sum of RGB (Red+Green+Blue) = 188+34+189=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC22BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22BD is #43DD42. Grayscale: #616161. Windows color (decimal): -4447555 or 12395196. OLE color: 12395196.
HSL color Cylindrical-coordinate representation of color #BC22BD: hue angle of 299.61º degrees, saturation: 0.7, 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 #BC22BD is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 189 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.26 |
| HSL | 299.61º | 0.7% | 0.44% | - |
| HSV(B) | 299.61º | 0.82% | 0.74% | - |
| XYZ | 30.5 | 15.51 | 49.53 | - |
| YUV | 97.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 189 | 0.01 | 0.82 | 0 | 0.26 | 299.61 | 0.7 | 0.44 |
| Hex | BC | 22 | BD | 1 | 52 | 0 | 1A | 12C | 46 | 2C |
| Octal | 274 | 42 | 275 | 1 | 122 | 0 | 32 | 454 | 106 | 54 |
| Binary | 10111100 | 100010 | 10111101 | 1 | 1010010 | 0 | 11010 | 100101100 | 1000110 | 101100 |
Color Harmonies of #BC22BD
Complementary color
Monochromatic Colors of #BC22BD
Black with #BC22BD
Text Example
Text Example
White with #BC22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22BD; }
p { color: rgb(188,34,189); }
H1.HeaderClassName
{
color: #BC22BD;
}
.AnyTagClassName
{
color: #BC22BD;
}
</style>
background-color css
<style>
a { background-color: #BC22BD; }
a { background-color: rgb(188,34,189); }
div.DivClassName
{
background-color: #BC22BD;
}
.BgClassName
{
background-color: #BC22BD;
}
</style>
border-color css
<style>
span { border-color: #BC22BD; }
span { border-color: rgb(188,34,189); }
td.TdClassName
{
border-color: #BC22BD;
}
.TagClassName
{
border-color: #BC22BD;
}
</style>