Shades of Deep Magenta #BC12B5
Tints of Deep Magenta #BC12B5
RGB
CMYK
RGB Variations
Color information
#BC12B5 (or 0xBC12B5) is known color: Deep Magenta. HEX triplet: BC, 12 and B5. RGB value is (188,18,181). Sum of RGB (Red+Green+Blue) = 188+18+181=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12B5 is #43ED4A. Grayscale: #565656. Windows color (decimal): -4451659 or 11866812. OLE color: 11866812.
HSL color Cylindrical-coordinate representation of color #BC12B5: hue angle of 302.47º 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 #BC12B5 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 181 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.26 |
| HSL | 302.47º | 0.83% | 0.4% | - |
| HSV(B) | 302.47º | 0.9% | 0.74% | - |
| XYZ | 29.3 | 14.46 | 44.96 | - |
| YUV | 87.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 181 | 0 | 0.90 | 0.04 | 0.26 | 302.47 | 0.83 | 0.4 |
| Hex | BC | 12 | B5 | 0 | 5A | 4 | 1A | 12E | 53 | 28 |
| Octal | 274 | 22 | 265 | 0 | 132 | 4 | 32 | 456 | 123 | 50 |
| Binary | 10111100 | 10010 | 10110101 | 0 | 1011010 | 100 | 11010 | 100101110 | 1010011 | 101000 |
Color Harmonies of #BC12B5
Complementary color
Monochromatic Colors of #BC12B5
Black with #BC12B5
Text Example
Text Example
White with #BC12B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12B5; }
p { color: rgb(188,18,181); }
H1.HeaderClassName
{
color: #BC12B5;
}
.AnyTagClassName
{
color: #BC12B5;
}
</style>
background-color css
<style>
a { background-color: #BC12B5; }
a { background-color: rgb(188,18,181); }
div.DivClassName
{
background-color: #BC12B5;
}
.BgClassName
{
background-color: #BC12B5;
}
</style>
border-color css
<style>
span { border-color: #BC12B5; }
span { border-color: rgb(188,18,181); }
td.TdClassName
{
border-color: #BC12B5;
}
.TagClassName
{
border-color: #BC12B5;
}
</style>