Shades of Deep Magenta #BC03C8
Tints of Deep Magenta #BC03C8
RGB
CMYK
RGB Variations
Color information
#BC03C8 (or 0xBC03C8) is known color: Deep Magenta. HEX triplet: BC, 03 and C8. RGB value is (188,3,200). Sum of RGB (Red+Green+Blue) = 188+3+200=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC03C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03C8 is #43FC37. Grayscale: #505050. Windows color (decimal): -4455480 or 13108156. OLE color: 13108156.
HSL color Cylindrical-coordinate representation of color #BC03C8: hue angle of 296.35º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03C8 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 3 | 200 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.22 |
| HSL | 296.35º | 0.97% | 0.4% | - |
| HSV(B) | 296.35º | 0.99% | 0.78% | - |
| XYZ | 31.2 | 14.93 | 55.88 | - |
| YUV | 80.77 | 195.29 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 200 | 0.06 | 0.98 | 0 | 0.22 | 296.35 | 0.97 | 0.4 |
| Hex | BC | 3 | C8 | 6 | 62 | 0 | 16 | 128 | 61 | 28 |
| Octal | 274 | 3 | 310 | 6 | 142 | 0 | 26 | 450 | 141 | 50 |
| Binary | 10111100 | 11 | 11001000 | 110 | 1100010 | 0 | 10110 | 100101000 | 1100001 | 101000 |
Color Harmonies of #BC03C8
Complementary color
Monochromatic Colors of #BC03C8
Black with #BC03C8
Text Example
Text Example
White with #BC03C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03C8; }
p { color: rgb(188,3,200); }
H1.HeaderClassName
{
color: #BC03C8;
}
.AnyTagClassName
{
color: #BC03C8;
}
</style>
background-color css
<style>
a { background-color: #BC03C8; }
a { background-color: rgb(188,3,200); }
div.DivClassName
{
background-color: #BC03C8;
}
.BgClassName
{
background-color: #BC03C8;
}
</style>
border-color css
<style>
span { border-color: #BC03C8; }
span { border-color: rgb(188,3,200); }
td.TdClassName
{
border-color: #BC03C8;
}
.TagClassName
{
border-color: #BC03C8;
}
</style>