Shades of Deep Magenta #BC00B5
Tints of Deep Magenta #BC00B5
RGB
CMYK
RGB Variations
Color information
#BC00B5 (or 0xBC00B5) is known color: Deep Magenta. HEX triplet: BC, 00 and B5. RGB value is (188,0,181). Sum of RGB (Red+Green+Blue) = 188+0+181=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00B5 is #43FF4A. Grayscale: #4C4C4C. Windows color (decimal): -4456267 or 11862204. OLE color: 11862204.
HSL color Cylindrical-coordinate representation of color #BC00B5: hue angle of 302.23º 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 #BC00B5 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.04 | 0.26 |
| HSL | 302.23º | 1% | 0.37% | - |
| HSV(B) | 302.23º | 1% | 0.74% | - |
| XYZ | 29.08 | 14.03 | 44.89 | - |
| YUV | 76.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 181 | 0 | 1 | 0.04 | 0.26 | 302.23 | 1 | 0.37 |
| Hex | BC | 0 | B5 | 0 | 64 | 4 | 1A | 12E | 64 | 25 |
| Octal | 274 | 0 | 265 | 0 | 144 | 4 | 32 | 456 | 144 | 45 |
| Binary | 10111100 | 0 | 10110101 | 0 | 1100100 | 100 | 11010 | 100101110 | 1100100 | 100101 |
Color Harmonies of #BC00B5
Complementary color
Monochromatic Colors of #BC00B5
Black with #BC00B5
Text Example
Text Example
White with #BC00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00B5; }
p { color: rgb(188,0,181); }
H1.HeaderClassName
{
color: #BC00B5;
}
.AnyTagClassName
{
color: #BC00B5;
}
</style>
background-color css
<style>
a { background-color: #BC00B5; }
a { background-color: rgb(188,0,181); }
div.DivClassName
{
background-color: #BC00B5;
}
.BgClassName
{
background-color: #BC00B5;
}
</style>
border-color css
<style>
span { border-color: #BC00B5; }
span { border-color: rgb(188,0,181); }
td.TdClassName
{
border-color: #BC00B5;
}
.TagClassName
{
border-color: #BC00B5;
}
</style>