Shades of Deep Magenta #BC01BC
Tints of Deep Magenta #BC01BC
RGB
CMYK
RGB Variations
Color information
#BC01BC (or 0xBC01BC) is known color: Deep Magenta. HEX triplet: BC, 01 and BC. RGB value is (188,1,188). Sum of RGB (Red+Green+Blue) = 188+1+188=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01BC is #43FE43. Grayscale: #4D4D4D. Windows color (decimal): -4456004 or 12321212. OLE color: 12321212.
HSL color Cylindrical-coordinate representation of color #BC01BC: hue angle of 300º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC01BC is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 188 | - |
| CMYK | 0 | 0.99 | 0 | 0.26 |
| HSL | 300º | 0.99% | 0.37% | - |
| HSV(B) | 300º | 0.99% | 0.74% | - |
| XYZ | 29.83 | 14.34 | 48.77 | - |
| YUV | 78.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 188 | 0 | 0.99 | 0 | 0.26 | 300 | 0.99 | 0.37 |
| Hex | BC | 1 | BC | 0 | 63 | 0 | 1A | 12C | 63 | 25 |
| Octal | 274 | 1 | 274 | 0 | 143 | 0 | 32 | 454 | 143 | 45 |
| Binary | 10111100 | 1 | 10111100 | 0 | 1100011 | 0 | 11010 | 100101100 | 1100011 | 100101 |
Color Harmonies of #BC01BC
Complementary color
Monochromatic Colors of #BC01BC
Black with #BC01BC
Text Example
Text Example
White with #BC01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01BC; }
p { color: rgb(188,1,188); }
H1.HeaderClassName
{
color: #BC01BC;
}
.AnyTagClassName
{
color: #BC01BC;
}
</style>
background-color css
<style>
a { background-color: #BC01BC; }
a { background-color: rgb(188,1,188); }
div.DivClassName
{
background-color: #BC01BC;
}
.BgClassName
{
background-color: #BC01BC;
}
</style>
border-color css
<style>
span { border-color: #BC01BC; }
span { border-color: rgb(188,1,188); }
td.TdClassName
{
border-color: #BC01BC;
}
.TagClassName
{
border-color: #BC01BC;
}
</style>