Shades of Deep Magenta #BC28C4
Tints of Deep Magenta #BC28C4
RGB
CMYK
RGB Variations
Color information
#BC28C4 (or 0xBC28C4) is known color: Deep Magenta. HEX triplet: BC, 28 and C4. RGB value is (188,40,196). Sum of RGB (Red+Green+Blue) = 188+40+196=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC28C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28C4 is #43D73B. Grayscale: #656565. Windows color (decimal): -4446012 or 12855484. OLE color: 12855484.
HSL color Cylindrical-coordinate representation of color #BC28C4: hue angle of 296.92º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC28C4 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 40 | 196 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.23 |
| HSL | 296.92º | 0.66% | 0.46% | - |
| HSV(B) | 296.92º | 0.8% | 0.77% | - |
| XYZ | 31.46 | 16.19 | 53.69 | - |
| YUV | 102.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 196 | 0.04 | 0.80 | 0 | 0.23 | 296.92 | 0.66 | 0.46 |
| Hex | BC | 28 | C4 | 4 | 50 | 0 | 17 | 129 | 42 | 2E |
| Octal | 274 | 50 | 304 | 4 | 120 | 0 | 27 | 451 | 102 | 56 |
| Binary | 10111100 | 101000 | 11000100 | 100 | 1010000 | 0 | 10111 | 100101001 | 1000010 | 101110 |
Color Harmonies of #BC28C4
Complementary color
Monochromatic Colors of #BC28C4
Black with #BC28C4
Text Example
Text Example
White with #BC28C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC28C4; }
p { color: rgb(188,40,196); }
H1.HeaderClassName
{
color: #BC28C4;
}
.AnyTagClassName
{
color: #BC28C4;
}
</style>
background-color css
<style>
a { background-color: #BC28C4; }
a { background-color: rgb(188,40,196); }
div.DivClassName
{
background-color: #BC28C4;
}
.BgClassName
{
background-color: #BC28C4;
}
</style>
border-color css
<style>
span { border-color: #BC28C4; }
span { border-color: rgb(188,40,196); }
td.TdClassName
{
border-color: #BC28C4;
}
.TagClassName
{
border-color: #BC28C4;
}
</style>