Shades of Deep Magenta #BC00B1
Tints of Deep Magenta #BC00B1
RGB
CMYK
RGB Variations
Color information
#BC00B1 (or 0xBC00B1) is known color: Deep Magenta. HEX triplet: BC, 00 and B1. RGB value is (188,0,177). Sum of RGB (Red+Green+Blue) = 188+0+177=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00B1 is #43FF4E. Grayscale: #4B4B4B. Windows color (decimal): -4456271 or 11600060. OLE color: 11600060.
HSL color Cylindrical-coordinate representation of color #BC00B1: hue angle of 303.51º 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 #BC00B1 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.06 | 0.26 |
| HSL | 303.51º | 1% | 0.37% | - |
| HSV(B) | 303.51º | 1% | 0.74% | - |
| XYZ | 28.67 | 13.87 | 42.76 | - |
| YUV | 76.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 177 | 0 | 1 | 0.06 | 0.26 | 303.51 | 1 | 0.37 |
| Hex | BC | 0 | B1 | 0 | 64 | 6 | 1A | 130 | 64 | 25 |
| Octal | 274 | 0 | 261 | 0 | 144 | 6 | 32 | 460 | 144 | 45 |
| Binary | 10111100 | 0 | 10110001 | 0 | 1100100 | 110 | 11010 | 100110000 | 1100100 | 100101 |
Color Harmonies of #BC00B1
Complementary color
Monochromatic Colors of #BC00B1
Black with #BC00B1
Text Example
Text Example
White with #BC00B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00B1; }
p { color: rgb(188,0,177); }
H1.HeaderClassName
{
color: #BC00B1;
}
.AnyTagClassName
{
color: #BC00B1;
}
</style>
background-color css
<style>
a { background-color: #BC00B1; }
a { background-color: rgb(188,0,177); }
div.DivClassName
{
background-color: #BC00B1;
}
.BgClassName
{
background-color: #BC00B1;
}
</style>
border-color css
<style>
span { border-color: #BC00B1; }
span { border-color: rgb(188,0,177); }
td.TdClassName
{
border-color: #BC00B1;
}
.TagClassName
{
border-color: #BC00B1;
}
</style>