Shades of Deep Magenta #BC01BA
Tints of Deep Magenta #BC01BA
RGB
CMYK
RGB Variations
Color information
#BC01BA (or 0xBC01BA) is known color: Deep Magenta. HEX triplet: BC, 01 and BA. RGB value is (188,1,186). Sum of RGB (Red+Green+Blue) = 188+1+186=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC01BA is #43FE45. Grayscale: #4D4D4D. Windows color (decimal): -4456006 or 12190140. OLE color: 12190140.
HSL color Cylindrical-coordinate representation of color #BC01BA: hue angle of 300.64º 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 #BC01BA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 186 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.26 |
| HSL | 300.64º | 0.99% | 0.37% | - |
| HSV(B) | 300.64º | 0.99% | 0.74% | - |
| XYZ | 29.61 | 14.26 | 47.65 | - |
| YUV | 78 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 186 | 0 | 0.99 | 0.01 | 0.26 | 300.64 | 0.99 | 0.37 |
| Hex | BC | 1 | BA | 0 | 63 | 1 | 1A | 12D | 63 | 25 |
| Octal | 274 | 1 | 272 | 0 | 143 | 1 | 32 | 455 | 143 | 45 |
| Binary | 10111100 | 1 | 10111010 | 0 | 1100011 | 1 | 11010 | 100101101 | 1100011 | 100101 |
Color Harmonies of #BC01BA
Complementary color
Monochromatic Colors of #BC01BA
Black with #BC01BA
Text Example
Text Example
White with #BC01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC01BA; }
p { color: rgb(188,1,186); }
H1.HeaderClassName
{
color: #BC01BA;
}
.AnyTagClassName
{
color: #BC01BA;
}
</style>
background-color css
<style>
a { background-color: #BC01BA; }
a { background-color: rgb(188,1,186); }
div.DivClassName
{
background-color: #BC01BA;
}
.BgClassName
{
background-color: #BC01BA;
}
</style>
border-color css
<style>
span { border-color: #BC01BA; }
span { border-color: rgb(188,1,186); }
td.TdClassName
{
border-color: #BC01BA;
}
.TagClassName
{
border-color: #BC01BA;
}
</style>