Shades of Deep Magenta #BC23D6
Tints of Deep Magenta #BC23D6
RGB
CMYK
RGB Variations
Color information
#BC23D6 (or 0xBC23D6) is known color: Deep Magenta. HEX triplet: BC, 23 and D6. RGB value is (188,35,214). Sum of RGB (Red+Green+Blue) = 188+35+214=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC23D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23D6 is #43DC29. Grayscale: #646464. Windows color (decimal): -4447274 or 14033852. OLE color: 14033852.
HSL color Cylindrical-coordinate representation of color #BC23D6: hue angle of 291.28º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC23D6 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 35 | 214 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.16 |
| HSL | 291.28º | 0.72% | 0.49% | - |
| HSV(B) | 291.28º | 0.84% | 0.84% | - |
| XYZ | 33.48 | 16.75 | 65.09 | - |
| YUV | 101.15 | 191.69 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 214 | 0.12 | 0.84 | 0 | 0.16 | 291.28 | 0.72 | 0.49 |
| Hex | BC | 23 | D6 | C | 54 | 0 | 10 | 123 | 48 | 31 |
| Octal | 274 | 43 | 326 | 14 | 124 | 0 | 20 | 443 | 110 | 61 |
| Binary | 10111100 | 100011 | 11010110 | 1100 | 1010100 | 0 | 10000 | 100100011 | 1001000 | 110001 |
Color Harmonies of #BC23D6
Complementary color
Monochromatic Colors of #BC23D6
Black with #BC23D6
Text Example
Text Example
White with #BC23D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23D6; }
p { color: rgb(188,35,214); }
H1.HeaderClassName
{
color: #BC23D6;
}
.AnyTagClassName
{
color: #BC23D6;
}
</style>
background-color css
<style>
a { background-color: #BC23D6; }
a { background-color: rgb(188,35,214); }
div.DivClassName
{
background-color: #BC23D6;
}
.BgClassName
{
background-color: #BC23D6;
}
</style>
border-color css
<style>
span { border-color: #BC23D6; }
span { border-color: rgb(188,35,214); }
td.TdClassName
{
border-color: #BC23D6;
}
.TagClassName
{
border-color: #BC23D6;
}
</style>