Shades of Deep Magenta #BC00B6
Tints of Deep Magenta #BC00B6
RGB
CMYK
RGB Variations
Color information
#BC00B6 (or 0xBC00B6) is known color: Deep Magenta. HEX triplet: BC, 00 and B6. RGB value is (188,0,182). Sum of RGB (Red+Green+Blue) = 188+0+182=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00B6 is #43FF49. Grayscale: #4C4C4C. Windows color (decimal): -4456266 or 11927740. OLE color: 11927740.
HSL color Cylindrical-coordinate representation of color #BC00B6: hue angle of 301.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00B6 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.03 | 0.26 |
| HSL | 301.91º | 1% | 0.37% | - |
| HSV(B) | 301.91º | 1% | 0.74% | - |
| XYZ | 29.18 | 14.07 | 45.43 | - |
| YUV | 76.96 | 187.28 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 182 | 0 | 1 | 0.03 | 0.26 | 301.91 | 1 | 0.37 |
| Hex | BC | 0 | B6 | 0 | 64 | 3 | 1A | 12E | 64 | 25 |
| Octal | 274 | 0 | 266 | 0 | 144 | 3 | 32 | 456 | 144 | 45 |
| Binary | 10111100 | 0 | 10110110 | 0 | 1100100 | 11 | 11010 | 100101110 | 1100100 | 100101 |
Color Harmonies of #BC00B6
Complementary color
Monochromatic Colors of #BC00B6
Black with #BC00B6
Text Example
Text Example
White with #BC00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00B6; }
p { color: rgb(188,0,182); }
H1.HeaderClassName
{
color: #BC00B6;
}
.AnyTagClassName
{
color: #BC00B6;
}
</style>
background-color css
<style>
a { background-color: #BC00B6; }
a { background-color: rgb(188,0,182); }
div.DivClassName
{
background-color: #BC00B6;
}
.BgClassName
{
background-color: #BC00B6;
}
</style>
border-color css
<style>
span { border-color: #BC00B6; }
span { border-color: rgb(188,0,182); }
td.TdClassName
{
border-color: #BC00B6;
}
.TagClassName
{
border-color: #BC00B6;
}
</style>