Shades of Deep Magenta #BC04C4
Tints of Deep Magenta #BC04C4
RGB
CMYK
RGB Variations
Color information
#BC04C4 (or 0xBC04C4) is known color: Deep Magenta. HEX triplet: BC, 04 and C4. RGB value is (188,4,196). Sum of RGB (Red+Green+Blue) = 188+4+196=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC04C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04C4 is #43FB3B. Grayscale: #505050. Windows color (decimal): -4455228 or 12846268. OLE color: 12846268.
HSL color Cylindrical-coordinate representation of color #BC04C4: hue angle of 297.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04C4 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 4 | 196 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.23 |
| HSL | 297.5º | 0.96% | 0.39% | - |
| HSV(B) | 297.5º | 0.98% | 0.77% | - |
| XYZ | 30.75 | 14.76 | 53.45 | - |
| YUV | 80.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 196 | 0.04 | 0.98 | 0 | 0.23 | 297.5 | 0.96 | 0.39 |
| Hex | BC | 4 | C4 | 4 | 62 | 0 | 17 | 12A | 60 | 27 |
| Octal | 274 | 4 | 304 | 4 | 142 | 0 | 27 | 452 | 140 | 47 |
| Binary | 10111100 | 100 | 11000100 | 100 | 1100010 | 0 | 10111 | 100101010 | 1100000 | 100111 |
Color Harmonies of #BC04C4
Complementary color
Monochromatic Colors of #BC04C4
Black with #BC04C4
Text Example
Text Example
White with #BC04C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04C4; }
p { color: rgb(188,4,196); }
H1.HeaderClassName
{
color: #BC04C4;
}
.AnyTagClassName
{
color: #BC04C4;
}
</style>
background-color css
<style>
a { background-color: #BC04C4; }
a { background-color: rgb(188,4,196); }
div.DivClassName
{
background-color: #BC04C4;
}
.BgClassName
{
background-color: #BC04C4;
}
</style>
border-color css
<style>
span { border-color: #BC04C4; }
span { border-color: rgb(188,4,196); }
td.TdClassName
{
border-color: #BC04C4;
}
.TagClassName
{
border-color: #BC04C4;
}
</style>