Shades of Deep Magenta #BC23B0
Tints of Deep Magenta #BC23B0
RGB
CMYK
RGB Variations
Color information
#BC23B0 (or 0xBC23B0) is known color: Deep Magenta. HEX triplet: BC, 23 and B0. RGB value is (188,35,176). Sum of RGB (Red+Green+Blue) = 188+35+176=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23B0 is #43DC4F. Grayscale: #606060. Windows color (decimal): -4447312 or 11543484. OLE color: 11543484.
HSL color Cylindrical-coordinate representation of color #BC23B0: hue angle of 304.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC23B0 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 176 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.26 |
| HSL | 304.71º | 0.69% | 0.44% | - |
| HSV(B) | 304.71º | 0.81% | 0.74% | - |
| XYZ | 29.18 | 15.03 | 42.44 | - |
| YUV | 96.82 | 172.69 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 176 | 0 | 0.81 | 0.06 | 0.26 | 304.71 | 0.69 | 0.44 |
| Hex | BC | 23 | B0 | 0 | 51 | 6 | 1A | 131 | 45 | 2C |
| Octal | 274 | 43 | 260 | 0 | 121 | 6 | 32 | 461 | 105 | 54 |
| Binary | 10111100 | 100011 | 10110000 | 0 | 1010001 | 110 | 11010 | 100110001 | 1000101 | 101100 |
Color Harmonies of #BC23B0
Complementary color
Monochromatic Colors of #BC23B0
Black with #BC23B0
Text Example
Text Example
White with #BC23B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23B0; }
p { color: rgb(188,35,176); }
H1.HeaderClassName
{
color: #BC23B0;
}
.AnyTagClassName
{
color: #BC23B0;
}
</style>
background-color css
<style>
a { background-color: #BC23B0; }
a { background-color: rgb(188,35,176); }
div.DivClassName
{
background-color: #BC23B0;
}
.BgClassName
{
background-color: #BC23B0;
}
</style>
border-color css
<style>
span { border-color: #BC23B0; }
span { border-color: rgb(188,35,176); }
td.TdClassName
{
border-color: #BC23B0;
}
.TagClassName
{
border-color: #BC23B0;
}
</style>