Shades of Deep Magenta #BC16C7
Tints of Deep Magenta #BC16C7
RGB
CMYK
RGB Variations
Color information
#BC16C7 (or 0xBC16C7) is known color: Deep Magenta. HEX triplet: BC, 16 and C7. RGB value is (188,22,199). Sum of RGB (Red+Green+Blue) = 188+22+199=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC16C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16C7 is #43E938. Grayscale: #5B5B5B. Windows color (decimal): -4450617 or 13047484. OLE color: 13047484.
HSL color Cylindrical-coordinate representation of color #BC16C7: hue angle of 296.27º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC16C7 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 22 | 199 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.22 |
| HSL | 296.27º | 0.8% | 0.43% | - |
| HSV(B) | 296.27º | 0.89% | 0.78% | - |
| XYZ | 31.33 | 15.39 | 55.35 | - |
| YUV | 91.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 199 | 0.06 | 0.89 | 0 | 0.22 | 296.27 | 0.8 | 0.43 |
| Hex | BC | 16 | C7 | 6 | 59 | 0 | 16 | 128 | 50 | 2B |
| Octal | 274 | 26 | 307 | 6 | 131 | 0 | 26 | 450 | 120 | 53 |
| Binary | 10111100 | 10110 | 11000111 | 110 | 1011001 | 0 | 10110 | 100101000 | 1010000 | 101011 |
Color Harmonies of #BC16C7
Complementary color
Monochromatic Colors of #BC16C7
Black with #BC16C7
Text Example
Text Example
White with #BC16C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16C7; }
p { color: rgb(188,22,199); }
H1.HeaderClassName
{
color: #BC16C7;
}
.AnyTagClassName
{
color: #BC16C7;
}
</style>
background-color css
<style>
a { background-color: #BC16C7; }
a { background-color: rgb(188,22,199); }
div.DivClassName
{
background-color: #BC16C7;
}
.BgClassName
{
background-color: #BC16C7;
}
</style>
border-color css
<style>
span { border-color: #BC16C7; }
span { border-color: rgb(188,22,199); }
td.TdClassName
{
border-color: #BC16C7;
}
.TagClassName
{
border-color: #BC16C7;
}
</style>