Shades of Deep Magenta #BC13B2
Tints of Deep Magenta #BC13B2
RGB
CMYK
RGB Variations
Color information
#BC13B2 (or 0xBC13B2) is known color: Deep Magenta. HEX triplet: BC, 13 and B2. RGB value is (188,19,178). Sum of RGB (Red+Green+Blue) = 188+19+178=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC13B2 is #43EC4D. Grayscale: #575757. Windows color (decimal): -4451406 or 11670460. OLE color: 11670460.
HSL color Cylindrical-coordinate representation of color #BC13B2: hue angle of 303.55º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC13B2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 178 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.26 |
| HSL | 303.55º | 0.82% | 0.41% | - |
| HSV(B) | 303.55º | 0.9% | 0.74% | - |
| XYZ | 29.01 | 14.37 | 43.36 | - |
| YUV | 87.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 178 | 0 | 0.90 | 0.05 | 0.26 | 303.55 | 0.82 | 0.41 |
| Hex | BC | 13 | B2 | 0 | 5A | 5 | 1A | 130 | 52 | 29 |
| Octal | 274 | 23 | 262 | 0 | 132 | 5 | 32 | 460 | 122 | 51 |
| Binary | 10111100 | 10011 | 10110010 | 0 | 1011010 | 101 | 11010 | 100110000 | 1010010 | 101001 |
Color Harmonies of #BC13B2
Complementary color
Monochromatic Colors of #BC13B2
Black with #BC13B2
Text Example
Text Example
White with #BC13B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13B2; }
p { color: rgb(188,19,178); }
H1.HeaderClassName
{
color: #BC13B2;
}
.AnyTagClassName
{
color: #BC13B2;
}
</style>
background-color css
<style>
a { background-color: #BC13B2; }
a { background-color: rgb(188,19,178); }
div.DivClassName
{
background-color: #BC13B2;
}
.BgClassName
{
background-color: #BC13B2;
}
</style>
border-color css
<style>
span { border-color: #BC13B2; }
span { border-color: rgb(188,19,178); }
td.TdClassName
{
border-color: #BC13B2;
}
.TagClassName
{
border-color: #BC13B2;
}
</style>