Shades of Deep Magenta #BC1AB3
Tints of Deep Magenta #BC1AB3
RGB
CMYK
RGB Variations
Color information
#BC1AB3 (or 0xBC1AB3) is known color: Deep Magenta. HEX triplet: BC, 1A and B3. RGB value is (188,26,179). Sum of RGB (Red+Green+Blue) = 188+26+179=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1AB3 is #43E54C. Grayscale: #5B5B5B. Windows color (decimal): -4449613 or 11737788. OLE color: 11737788.
HSL color Cylindrical-coordinate representation of color #BC1AB3: hue angle of 303.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AB3 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 26 | 179 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.26 |
| HSL | 303.33º | 0.76% | 0.42% | - |
| HSV(B) | 303.33º | 0.86% | 0.74% | - |
| XYZ | 29.25 | 14.68 | 43.94 | - |
| YUV | 91.88 | 177.17 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 26 | 179 | 0 | 0.86 | 0.05 | 0.26 | 303.33 | 0.76 | 0.42 |
| Hex | BC | 1A | B3 | 0 | 56 | 5 | 1A | 12F | 4C | 2A |
| Octal | 274 | 32 | 263 | 0 | 126 | 5 | 32 | 457 | 114 | 52 |
| Binary | 10111100 | 11010 | 10110011 | 0 | 1010110 | 101 | 11010 | 100101111 | 1001100 | 101010 |
Color Harmonies of #BC1AB3
Complementary color
Monochromatic Colors of #BC1AB3
Black with #BC1AB3
Text Example
Text Example
White with #BC1AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1AB3; }
p { color: rgb(188,26,179); }
H1.HeaderClassName
{
color: #BC1AB3;
}
.AnyTagClassName
{
color: #BC1AB3;
}
</style>
background-color css
<style>
a { background-color: #BC1AB3; }
a { background-color: rgb(188,26,179); }
div.DivClassName
{
background-color: #BC1AB3;
}
.BgClassName
{
background-color: #BC1AB3;
}
</style>
border-color css
<style>
span { border-color: #BC1AB3; }
span { border-color: rgb(188,26,179); }
td.TdClassName
{
border-color: #BC1AB3;
}
.TagClassName
{
border-color: #BC1AB3;
}
</style>