Shades of Deep Magenta #BC16BD
Tints of Deep Magenta #BC16BD
RGB
CMYK
RGB Variations
Color information
#BC16BD (or 0xBC16BD) is known color: Deep Magenta. HEX triplet: BC, 16 and BD. RGB value is (188,22,189). Sum of RGB (Red+Green+Blue) = 188+22+189=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16BD is #43E942. Grayscale: #5A5A5A. Windows color (decimal): -4450627 or 12392124. OLE color: 12392124.
HSL color Cylindrical-coordinate representation of color #BC16BD: hue angle of 299.64º 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 #BC16BD is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 189 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.26 |
| HSL | 299.64º | 0.79% | 0.41% | - |
| HSV(B) | 299.64º | 0.88% | 0.74% | - |
| XYZ | 30.21 | 14.94 | 49.44 | - |
| YUV | 90.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 189 | 0.01 | 0.88 | 0 | 0.26 | 299.64 | 0.79 | 0.41 |
| Hex | BC | 16 | BD | 1 | 58 | 0 | 1A | 12C | 4F | 29 |
| Octal | 274 | 26 | 275 | 1 | 130 | 0 | 32 | 454 | 117 | 51 |
| Binary | 10111100 | 10110 | 10111101 | 1 | 1011000 | 0 | 11010 | 100101100 | 1001111 | 101001 |
Color Harmonies of #BC16BD
Complementary color
Monochromatic Colors of #BC16BD
Black with #BC16BD
Text Example
Text Example
White with #BC16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16BD; }
p { color: rgb(188,22,189); }
H1.HeaderClassName
{
color: #BC16BD;
}
.AnyTagClassName
{
color: #BC16BD;
}
</style>
background-color css
<style>
a { background-color: #BC16BD; }
a { background-color: rgb(188,22,189); }
div.DivClassName
{
background-color: #BC16BD;
}
.BgClassName
{
background-color: #BC16BD;
}
</style>
border-color css
<style>
span { border-color: #BC16BD; }
span { border-color: rgb(188,22,189); }
td.TdClassName
{
border-color: #BC16BD;
}
.TagClassName
{
border-color: #BC16BD;
}
</style>