Shades of Deep Magenta #BC04BE
Tints of Deep Magenta #BC04BE
RGB
CMYK
RGB Variations
Color information
#BC04BE (or 0xBC04BE) is known color: Deep Magenta. HEX triplet: BC, 04 and BE. RGB value is (188,4,190). Sum of RGB (Red+Green+Blue) = 188+4+190=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC04BE is #43FB41. Grayscale: #4F4F4F. Windows color (decimal): -4455234 or 12453052. OLE color: 12453052.
HSL color Cylindrical-coordinate representation of color #BC04BE: hue angle of 299.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04BE is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 4 | 190 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.25 |
| HSL | 299.35º | 0.96% | 0.38% | - |
| HSV(B) | 299.35º | 0.98% | 0.75% | - |
| XYZ | 30.08 | 14.5 | 49.93 | - |
| YUV | 80.22 | 189.96 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 190 | 0.01 | 0.98 | 0 | 0.25 | 299.35 | 0.96 | 0.38 |
| Hex | BC | 4 | BE | 1 | 62 | 0 | 19 | 12B | 60 | 26 |
| Octal | 274 | 4 | 276 | 1 | 142 | 0 | 31 | 453 | 140 | 46 |
| Binary | 10111100 | 100 | 10111110 | 1 | 1100010 | 0 | 11001 | 100101011 | 1100000 | 100110 |
Color Harmonies of #BC04BE
Complementary color
Monochromatic Colors of #BC04BE
Black with #BC04BE
Text Example
Text Example
White with #BC04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04BE; }
p { color: rgb(188,4,190); }
H1.HeaderClassName
{
color: #BC04BE;
}
.AnyTagClassName
{
color: #BC04BE;
}
</style>
background-color css
<style>
a { background-color: #BC04BE; }
a { background-color: rgb(188,4,190); }
div.DivClassName
{
background-color: #BC04BE;
}
.BgClassName
{
background-color: #BC04BE;
}
</style>
border-color css
<style>
span { border-color: #BC04BE; }
span { border-color: rgb(188,4,190); }
td.TdClassName
{
border-color: #BC04BE;
}
.TagClassName
{
border-color: #BC04BE;
}
</style>