Shades of Deep Magenta #BC00B8
Tints of Deep Magenta #BC00B8
RGB
CMYK
RGB Variations
Color information
#BC00B8 (or 0xBC00B8) is known color: Deep Magenta. HEX triplet: BC, 00 and B8. RGB value is (188,0,184). Sum of RGB (Red+Green+Blue) = 188+0+184=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00B8 is #43FF47. Grayscale: #4C4C4C. Windows color (decimal): -4456264 or 12058812. OLE color: 12058812.
HSL color Cylindrical-coordinate representation of color #BC00B8: hue angle of 301.28º 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 #BC00B8 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.02 | 0.26 |
| HSL | 301.28º | 1% | 0.37% | - |
| HSV(B) | 301.28º | 1% | 0.74% | - |
| XYZ | 29.39 | 14.15 | 46.53 | - |
| YUV | 77.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 184 | 0 | 1 | 0.02 | 0.26 | 301.28 | 1 | 0.37 |
| Hex | BC | 0 | B8 | 0 | 64 | 2 | 1A | 12D | 64 | 25 |
| Octal | 274 | 0 | 270 | 0 | 144 | 2 | 32 | 455 | 144 | 45 |
| Binary | 10111100 | 0 | 10111000 | 0 | 1100100 | 10 | 11010 | 100101101 | 1100100 | 100101 |
Color Harmonies of #BC00B8
Complementary color
Monochromatic Colors of #BC00B8
Black with #BC00B8
Text Example
Text Example
White with #BC00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00B8; }
p { color: rgb(188,0,184); }
H1.HeaderClassName
{
color: #BC00B8;
}
.AnyTagClassName
{
color: #BC00B8;
}
</style>
background-color css
<style>
a { background-color: #BC00B8; }
a { background-color: rgb(188,0,184); }
div.DivClassName
{
background-color: #BC00B8;
}
.BgClassName
{
background-color: #BC00B8;
}
</style>
border-color css
<style>
span { border-color: #BC00B8; }
span { border-color: rgb(188,0,184); }
td.TdClassName
{
border-color: #BC00B8;
}
.TagClassName
{
border-color: #BC00B8;
}
</style>