Shades of Deep Magenta #BC13B3
Tints of Deep Magenta #BC13B3
RGB
CMYK
RGB Variations
Color information
#BC13B3 (or 0xBC13B3) is known color: Deep Magenta. HEX triplet: BC, 13 and B3. RGB value is (188,19,179). Sum of RGB (Red+Green+Blue) = 188+19+179=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC13B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13B3 is #43EC4C. Grayscale: #575757. Windows color (decimal): -4451405 or 11735996. OLE color: 11735996.
HSL color Cylindrical-coordinate representation of color #BC13B3: hue angle of 303.2º 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 #BC13B3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 179 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.26 |
| HSL | 303.2º | 0.82% | 0.41% | - |
| HSV(B) | 303.2º | 0.9% | 0.74% | - |
| XYZ | 29.11 | 14.41 | 43.9 | - |
| YUV | 87.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 179 | 0 | 0.90 | 0.05 | 0.26 | 303.2 | 0.82 | 0.41 |
| Hex | BC | 13 | B3 | 0 | 5A | 5 | 1A | 12F | 52 | 29 |
| Octal | 274 | 23 | 263 | 0 | 132 | 5 | 32 | 457 | 122 | 51 |
| Binary | 10111100 | 10011 | 10110011 | 0 | 1011010 | 101 | 11010 | 100101111 | 1010010 | 101001 |
Color Harmonies of #BC13B3
Complementary color
Monochromatic Colors of #BC13B3
Black with #BC13B3
Text Example
Text Example
White with #BC13B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC13B3; }
p { color: rgb(188,19,179); }
H1.HeaderClassName
{
color: #BC13B3;
}
.AnyTagClassName
{
color: #BC13B3;
}
</style>
background-color css
<style>
a { background-color: #BC13B3; }
a { background-color: rgb(188,19,179); }
div.DivClassName
{
background-color: #BC13B3;
}
.BgClassName
{
background-color: #BC13B3;
}
</style>
border-color css
<style>
span { border-color: #BC13B3; }
span { border-color: rgb(188,19,179); }
td.TdClassName
{
border-color: #BC13B3;
}
.TagClassName
{
border-color: #BC13B3;
}
</style>