Shades of Deep Magenta #BC22BF
Tints of Deep Magenta #BC22BF
RGB
CMYK
RGB Variations
Color information
#BC22BF (or 0xBC22BF) is known color: Deep Magenta. HEX triplet: BC, 22 and BF. RGB value is (188,34,191). Sum of RGB (Red+Green+Blue) = 188+34+191=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC22BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22BF is #43DD40. Grayscale: #616161. Windows color (decimal): -4447553 or 12526268. OLE color: 12526268.
HSL color Cylindrical-coordinate representation of color #BC22BF: hue angle of 298.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC22BF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 34 | 191 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.25 |
| HSL | 298.85º | 0.7% | 0.44% | - |
| HSV(B) | 298.85º | 0.82% | 0.75% | - |
| XYZ | 30.72 | 15.6 | 50.68 | - |
| YUV | 97.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 191 | 0.02 | 0.82 | 0 | 0.25 | 298.85 | 0.7 | 0.44 |
| Hex | BC | 22 | BF | 2 | 52 | 0 | 19 | 12B | 46 | 2C |
| Octal | 274 | 42 | 277 | 2 | 122 | 0 | 31 | 453 | 106 | 54 |
| Binary | 10111100 | 100010 | 10111111 | 10 | 1010010 | 0 | 11001 | 100101011 | 1000110 | 101100 |
Color Harmonies of #BC22BF
Complementary color
Monochromatic Colors of #BC22BF
Black with #BC22BF
Text Example
Text Example
White with #BC22BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22BF; }
p { color: rgb(188,34,191); }
H1.HeaderClassName
{
color: #BC22BF;
}
.AnyTagClassName
{
color: #BC22BF;
}
</style>
background-color css
<style>
a { background-color: #BC22BF; }
a { background-color: rgb(188,34,191); }
div.DivClassName
{
background-color: #BC22BF;
}
.BgClassName
{
background-color: #BC22BF;
}
</style>
border-color css
<style>
span { border-color: #BC22BF; }
span { border-color: rgb(188,34,191); }
td.TdClassName
{
border-color: #BC22BF;
}
.TagClassName
{
border-color: #BC22BF;
}
</style>