Shades of Deep Magenta #BC12CA
Tints of Deep Magenta #BC12CA
RGB
CMYK
RGB Variations
Color information
#BC12CA (or 0xBC12CA) is known color: Deep Magenta. HEX triplet: BC, 12 and CA. RGB value is (188,18,202). Sum of RGB (Red+Green+Blue) = 188+18+202=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC12CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC12CA is #43ED35. Grayscale: #595959. Windows color (decimal): -4451638 or 13243068. OLE color: 13243068.
HSL color Cylindrical-coordinate representation of color #BC12CA: hue angle of 295.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC12CA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 18 | 202 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.21 |
| HSL | 295.43º | 0.84% | 0.43% | - |
| HSV(B) | 295.43º | 0.91% | 0.79% | - |
| XYZ | 31.62 | 15.39 | 57.18 | - |
| YUV | 89.81 | 191.32 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 202 | 0.07 | 0.91 | 0 | 0.21 | 295.43 | 0.84 | 0.43 |
| Hex | BC | 12 | CA | 7 | 5B | 0 | 15 | 127 | 54 | 2B |
| Octal | 274 | 22 | 312 | 7 | 133 | 0 | 25 | 447 | 124 | 53 |
| Binary | 10111100 | 10010 | 11001010 | 111 | 1011011 | 0 | 10101 | 100100111 | 1010100 | 101011 |
Color Harmonies of #BC12CA
Complementary color
Monochromatic Colors of #BC12CA
Black with #BC12CA
Text Example
Text Example
White with #BC12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12CA; }
p { color: rgb(188,18,202); }
H1.HeaderClassName
{
color: #BC12CA;
}
.AnyTagClassName
{
color: #BC12CA;
}
</style>
background-color css
<style>
a { background-color: #BC12CA; }
a { background-color: rgb(188,18,202); }
div.DivClassName
{
background-color: #BC12CA;
}
.BgClassName
{
background-color: #BC12CA;
}
</style>
border-color css
<style>
span { border-color: #BC12CA; }
span { border-color: rgb(188,18,202); }
td.TdClassName
{
border-color: #BC12CA;
}
.TagClassName
{
border-color: #BC12CA;
}
</style>