Shades of Deep Magenta #BC22CF
Tints of Deep Magenta #BC22CF
RGB
CMYK
RGB Variations
Color information
#BC22CF (or 0xBC22CF) is known color: Deep Magenta. HEX triplet: BC, 22 and CF. RGB value is (188,34,207). Sum of RGB (Red+Green+Blue) = 188+34+207=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC22CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22CF is #43DD30. Grayscale: #636363. Windows color (decimal): -4447537 or 13574844. OLE color: 13574844.
HSL color Cylindrical-coordinate representation of color #BC22CF: hue angle of 293.41º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC22CF is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 34 | 207 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.19 |
| HSL | 293.41º | 0.72% | 0.47% | - |
| HSV(B) | 293.41º | 0.84% | 0.81% | - |
| XYZ | 32.57 | 16.34 | 60.47 | - |
| YUV | 99.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 207 | 0.09 | 0.84 | 0 | 0.19 | 293.41 | 0.72 | 0.47 |
| Hex | BC | 22 | CF | 9 | 54 | 0 | 13 | 125 | 48 | 2F |
| Octal | 274 | 42 | 317 | 11 | 124 | 0 | 23 | 445 | 110 | 57 |
| Binary | 10111100 | 100010 | 11001111 | 1001 | 1010100 | 0 | 10011 | 100100101 | 1001000 | 101111 |
Color Harmonies of #BC22CF
Complementary color
Monochromatic Colors of #BC22CF
Black with #BC22CF
Text Example
Text Example
White with #BC22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC22CF; }
p { color: rgb(188,34,207); }
H1.HeaderClassName
{
color: #BC22CF;
}
.AnyTagClassName
{
color: #BC22CF;
}
</style>
background-color css
<style>
a { background-color: #BC22CF; }
a { background-color: rgb(188,34,207); }
div.DivClassName
{
background-color: #BC22CF;
}
.BgClassName
{
background-color: #BC22CF;
}
</style>
border-color css
<style>
span { border-color: #BC22CF; }
span { border-color: rgb(188,34,207); }
td.TdClassName
{
border-color: #BC22CF;
}
.TagClassName
{
border-color: #BC22CF;
}
</style>