Shades of Deep Magenta #BC16BB
Tints of Deep Magenta #BC16BB
RGB
CMYK
RGB Variations
Color information
#BC16BB (or 0xBC16BB) is known color: Deep Magenta. HEX triplet: BC, 16 and BB. RGB value is (188,22,187). Sum of RGB (Red+Green+Blue) = 188+22+187=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16BB is #43E944. Grayscale: #595959. Windows color (decimal): -4450629 or 12261052. OLE color: 12261052.
HSL color Cylindrical-coordinate representation of color #BC16BB: hue angle of 300.36º 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 #BC16BB is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 187 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.26 |
| HSL | 300.36º | 0.79% | 0.41% | - |
| HSV(B) | 300.36º | 0.88% | 0.74% | - |
| XYZ | 30 | 14.85 | 48.3 | - |
| YUV | 90.44 | 182.5 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 187 | 0 | 0.88 | 0.01 | 0.26 | 300.36 | 0.79 | 0.41 |
| Hex | BC | 16 | BB | 0 | 58 | 1 | 1A | 12C | 4F | 29 |
| Octal | 274 | 26 | 273 | 0 | 130 | 1 | 32 | 454 | 117 | 51 |
| Binary | 10111100 | 10110 | 10111011 | 0 | 1011000 | 1 | 11010 | 100101100 | 1001111 | 101001 |
Color Harmonies of #BC16BB
Complementary color
Monochromatic Colors of #BC16BB
Black with #BC16BB
Text Example
Text Example
White with #BC16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16BB; }
p { color: rgb(188,22,187); }
H1.HeaderClassName
{
color: #BC16BB;
}
.AnyTagClassName
{
color: #BC16BB;
}
</style>
background-color css
<style>
a { background-color: #BC16BB; }
a { background-color: rgb(188,22,187); }
div.DivClassName
{
background-color: #BC16BB;
}
.BgClassName
{
background-color: #BC16BB;
}
</style>
border-color css
<style>
span { border-color: #BC16BB; }
span { border-color: rgb(188,22,187); }
td.TdClassName
{
border-color: #BC16BB;
}
.TagClassName
{
border-color: #BC16BB;
}
</style>