Shades of Deep Magenta #BC03B9
Tints of Deep Magenta #BC03B9
RGB
CMYK
RGB Variations
Color information
#BC03B9 (or 0xBC03B9) is known color: Deep Magenta. HEX triplet: BC, 03 and B9. RGB value is (188,3,185). Sum of RGB (Red+Green+Blue) = 188+3+185=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC03B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC03B9 is #43FC46. Grayscale: #4E4E4E. Windows color (decimal): -4455495 or 12125116. OLE color: 12125116.
HSL color Cylindrical-coordinate representation of color #BC03B9: hue angle of 300.97º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC03B9 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 185 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.26 |
| HSL | 300.97º | 0.97% | 0.37% | - |
| HSV(B) | 300.97º | 0.98% | 0.74% | - |
| XYZ | 29.53 | 14.26 | 47.09 | - |
| YUV | 79.06 | 187.79 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 185 | 0 | 0.98 | 0.02 | 0.26 | 300.97 | 0.97 | 0.37 |
| Hex | BC | 3 | B9 | 0 | 62 | 2 | 1A | 12D | 61 | 25 |
| Octal | 274 | 3 | 271 | 0 | 142 | 2 | 32 | 455 | 141 | 45 |
| Binary | 10111100 | 11 | 10111001 | 0 | 1100010 | 10 | 11010 | 100101101 | 1100001 | 100101 |
Color Harmonies of #BC03B9
Complementary color
Monochromatic Colors of #BC03B9
Black with #BC03B9
Text Example
Text Example
White with #BC03B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03B9; }
p { color: rgb(188,3,185); }
H1.HeaderClassName
{
color: #BC03B9;
}
.AnyTagClassName
{
color: #BC03B9;
}
</style>
background-color css
<style>
a { background-color: #BC03B9; }
a { background-color: rgb(188,3,185); }
div.DivClassName
{
background-color: #BC03B9;
}
.BgClassName
{
background-color: #BC03B9;
}
</style>
border-color css
<style>
span { border-color: #BC03B9; }
span { border-color: rgb(188,3,185); }
td.TdClassName
{
border-color: #BC03B9;
}
.TagClassName
{
border-color: #BC03B9;
}
</style>