Shades of Deep Magenta #BC12B3
Tints of Deep Magenta #BC12B3
RGB
CMYK
RGB Variations
Color information
#BC12B3 (or 0xBC12B3) is known color: Deep Magenta. HEX triplet: BC, 12 and B3. RGB value is (188,18,179). Sum of RGB (Red+Green+Blue) = 188+18+179=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12B3 is #43ED4C. Grayscale: #565656. Windows color (decimal): -4451661 or 11735740. OLE color: 11735740.
HSL color Cylindrical-coordinate representation of color #BC12B3: hue angle of 303.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12B3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 179 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.26 |
| HSL | 303.18º | 0.83% | 0.4% | - |
| HSV(B) | 303.18º | 0.9% | 0.74% | - |
| XYZ | 29.09 | 14.38 | 43.89 | - |
| YUV | 87.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 179 | 0 | 0.90 | 0.05 | 0.26 | 303.18 | 0.83 | 0.4 |
| Hex | BC | 12 | B3 | 0 | 5A | 5 | 1A | 12F | 53 | 28 |
| Octal | 274 | 22 | 263 | 0 | 132 | 5 | 32 | 457 | 123 | 50 |
| Binary | 10111100 | 10010 | 10110011 | 0 | 1011010 | 101 | 11010 | 100101111 | 1010011 | 101000 |
Color Harmonies of #BC12B3
Complementary color
Monochromatic Colors of #BC12B3
Black with #BC12B3
Text Example
Text Example
White with #BC12B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12B3; }
p { color: rgb(188,18,179); }
H1.HeaderClassName
{
color: #BC12B3;
}
.AnyTagClassName
{
color: #BC12B3;
}
</style>
background-color css
<style>
a { background-color: #BC12B3; }
a { background-color: rgb(188,18,179); }
div.DivClassName
{
background-color: #BC12B3;
}
.BgClassName
{
background-color: #BC12B3;
}
</style>
border-color css
<style>
span { border-color: #BC12B3; }
span { border-color: rgb(188,18,179); }
td.TdClassName
{
border-color: #BC12B3;
}
.TagClassName
{
border-color: #BC12B3;
}
</style>