Shades of Deep Magenta #BC16B7
Tints of Deep Magenta #BC16B7
RGB
CMYK
RGB Variations
Color information
#BC16B7 (or 0xBC16B7) is known color: Deep Magenta. HEX triplet: BC, 16 and B7. RGB value is (188,22,183). Sum of RGB (Red+Green+Blue) = 188+22+183=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC16B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16B7 is #43E948. Grayscale: #595959. Windows color (decimal): -4450633 or 11998908. OLE color: 11998908.
HSL color Cylindrical-coordinate representation of color #BC16B7: hue angle of 301.81º 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 #BC16B7 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 183 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.26 |
| HSL | 301.81º | 0.79% | 0.41% | - |
| HSV(B) | 301.81º | 0.88% | 0.74% | - |
| XYZ | 29.57 | 14.68 | 46.08 | - |
| YUV | 89.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 183 | 0 | 0.88 | 0.03 | 0.26 | 301.81 | 0.79 | 0.41 |
| Hex | BC | 16 | B7 | 0 | 58 | 3 | 1A | 12E | 4F | 29 |
| Octal | 274 | 26 | 267 | 0 | 130 | 3 | 32 | 456 | 117 | 51 |
| Binary | 10111100 | 10110 | 10110111 | 0 | 1011000 | 11 | 11010 | 100101110 | 1001111 | 101001 |
Color Harmonies of #BC16B7
Complementary color
Monochromatic Colors of #BC16B7
Black with #BC16B7
Text Example
Text Example
White with #BC16B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC16B7; }
p { color: rgb(188,22,183); }
H1.HeaderClassName
{
color: #BC16B7;
}
.AnyTagClassName
{
color: #BC16B7;
}
</style>
background-color css
<style>
a { background-color: #BC16B7; }
a { background-color: rgb(188,22,183); }
div.DivClassName
{
background-color: #BC16B7;
}
.BgClassName
{
background-color: #BC16B7;
}
</style>
border-color css
<style>
span { border-color: #BC16B7; }
span { border-color: rgb(188,22,183); }
td.TdClassName
{
border-color: #BC16B7;
}
.TagClassName
{
border-color: #BC16B7;
}
</style>