Shades of Deep Magenta #BC16B2
Tints of Deep Magenta #BC16B2
RGB
CMYK
RGB Variations
Color information
#BC16B2 (or 0xBC16B2) is known color: Deep Magenta. HEX triplet: BC, 16 and B2. RGB value is (188,22,178). Sum of RGB (Red+Green+Blue) = 188+22+178=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC16B2 is #43E94D. Grayscale: #585858. Windows color (decimal): -4450638 or 11671228. OLE color: 11671228.
HSL color Cylindrical-coordinate representation of color #BC16B2: hue angle of 303.61º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC16B2 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 178 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.26 |
| HSL | 303.61º | 0.79% | 0.41% | - |
| HSV(B) | 303.61º | 0.88% | 0.74% | - |
| XYZ | 29.06 | 14.48 | 43.38 | - |
| YUV | 89.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 178 | 0 | 0.88 | 0.05 | 0.26 | 303.61 | 0.79 | 0.41 |
| Hex | BC | 16 | B2 | 0 | 58 | 5 | 1A | 130 | 4F | 29 |
| Octal | 274 | 26 | 262 | 0 | 130 | 5 | 32 | 460 | 117 | 51 |
| Binary | 10111100 | 10110 | 10110010 | 0 | 1011000 | 101 | 11010 | 100110000 | 1001111 | 101001 |
Color Harmonies of #BC16B2
Complementary color
Monochromatic Colors of #BC16B2
Black with #BC16B2
Text Example
Text Example
White with #BC16B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16B2; }
p { color: rgb(188,22,178); }
H1.HeaderClassName
{
color: #BC16B2;
}
.AnyTagClassName
{
color: #BC16B2;
}
</style>
background-color css
<style>
a { background-color: #BC16B2; }
a { background-color: rgb(188,22,178); }
div.DivClassName
{
background-color: #BC16B2;
}
.BgClassName
{
background-color: #BC16B2;
}
</style>
border-color css
<style>
span { border-color: #BC16B2; }
span { border-color: rgb(188,22,178); }
td.TdClassName
{
border-color: #BC16B2;
}
.TagClassName
{
border-color: #BC16B2;
}
</style>