Shades of Deep Magenta #BC04B3
Tints of Deep Magenta #BC04B3
RGB
CMYK
RGB Variations
Color information
#BC04B3 (or 0xBC04B3) is known color: Deep Magenta. HEX triplet: BC, 04 and B3. RGB value is (188,4,179). Sum of RGB (Red+Green+Blue) = 188+4+179=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04B3 is #43FB4C. Grayscale: #4E4E4E. Windows color (decimal): -4455245 or 11732156. OLE color: 11732156.
HSL color Cylindrical-coordinate representation of color #BC04B3: hue angle of 302.93º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04B3 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 179 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.26 |
| HSL | 302.93º | 0.96% | 0.38% | - |
| HSV(B) | 302.93º | 0.98% | 0.74% | - |
| XYZ | 28.92 | 14.03 | 43.83 | - |
| YUV | 78.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 179 | 0 | 0.98 | 0.05 | 0.26 | 302.93 | 0.96 | 0.38 |
| Hex | BC | 4 | B3 | 0 | 62 | 5 | 1A | 12F | 60 | 26 |
| Octal | 274 | 4 | 263 | 0 | 142 | 5 | 32 | 457 | 140 | 46 |
| Binary | 10111100 | 100 | 10110011 | 0 | 1100010 | 101 | 11010 | 100101111 | 1100000 | 100110 |
Color Harmonies of #BC04B3
Complementary color
Monochromatic Colors of #BC04B3
Black with #BC04B3
Text Example
Text Example
White with #BC04B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04B3; }
p { color: rgb(188,4,179); }
H1.HeaderClassName
{
color: #BC04B3;
}
.AnyTagClassName
{
color: #BC04B3;
}
</style>
background-color css
<style>
a { background-color: #BC04B3; }
a { background-color: rgb(188,4,179); }
div.DivClassName
{
background-color: #BC04B3;
}
.BgClassName
{
background-color: #BC04B3;
}
</style>
border-color css
<style>
span { border-color: #BC04B3; }
span { border-color: rgb(188,4,179); }
td.TdClassName
{
border-color: #BC04B3;
}
.TagClassName
{
border-color: #BC04B3;
}
</style>