Shades of Deep Magenta #BC12DB
Tints of Deep Magenta #BC12DB
RGB
CMYK
RGB Variations
Color information
#BC12DB (or 0xBC12DB) is known color: Deep Magenta. HEX triplet: BC, 12 and DB. RGB value is (188,18,219). Sum of RGB (Red+Green+Blue) = 188+18+219=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12DB is #43ED24. Grayscale: #5B5B5B. Windows color (decimal): -4451621 or 14357180. OLE color: 14357180.
HSL color Cylindrical-coordinate representation of color #BC12DB: hue angle of 290.75º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC12DB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 18 | 219 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.14 |
| HSL | 290.75º | 0.85% | 0.46% | - |
| HSV(B) | 290.75º | 0.92% | 0.86% | - |
| XYZ | 33.74 | 16.24 | 68.37 | - |
| YUV | 91.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 219 | 0.14 | 0.92 | 0 | 0.14 | 290.75 | 0.85 | 0.46 |
| Hex | BC | 12 | DB | E | 5C | 0 | E | 123 | 55 | 2E |
| Octal | 274 | 22 | 333 | 16 | 134 | 0 | 16 | 443 | 125 | 56 |
| Binary | 10111100 | 10010 | 11011011 | 1110 | 1011100 | 0 | 1110 | 100100011 | 1010101 | 101110 |
Color Harmonies of #BC12DB
Complementary color
Monochromatic Colors of #BC12DB
Black with #BC12DB
Text Example
Text Example
White with #BC12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12DB; }
p { color: rgb(188,18,219); }
H1.HeaderClassName
{
color: #BC12DB;
}
.AnyTagClassName
{
color: #BC12DB;
}
</style>
background-color css
<style>
a { background-color: #BC12DB; }
a { background-color: rgb(188,18,219); }
div.DivClassName
{
background-color: #BC12DB;
}
.BgClassName
{
background-color: #BC12DB;
}
</style>
border-color css
<style>
span { border-color: #BC12DB; }
span { border-color: rgb(188,18,219); }
td.TdClassName
{
border-color: #BC12DB;
}
.TagClassName
{
border-color: #BC12DB;
}
</style>