Shades of Deep Magenta #BC23D5
Tints of Deep Magenta #BC23D5
RGB
CMYK
RGB Variations
Color information
#BC23D5 (or 0xBC23D5) is known color: Deep Magenta. HEX triplet: BC, 23 and D5. RGB value is (188,35,213). Sum of RGB (Red+Green+Blue) = 188+35+213=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC23D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23D5 is #43DC2A. Grayscale: #646464. Windows color (decimal): -4447275 or 13968316. OLE color: 13968316.
HSL color Cylindrical-coordinate representation of color #BC23D5: hue angle of 291.57º 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 #BC23D5 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 35 | 213 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.16 |
| HSL | 291.57º | 0.72% | 0.49% | - |
| HSV(B) | 291.57º | 0.84% | 0.84% | - |
| XYZ | 33.35 | 16.7 | 64.42 | - |
| YUV | 101.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 213 | 0.12 | 0.84 | 0 | 0.16 | 291.57 | 0.72 | 0.49 |
| Hex | BC | 23 | D5 | C | 54 | 0 | 10 | 124 | 48 | 31 |
| Octal | 274 | 43 | 325 | 14 | 124 | 0 | 20 | 444 | 110 | 61 |
| Binary | 10111100 | 100011 | 11010101 | 1100 | 1010100 | 0 | 10000 | 100100100 | 1001000 | 110001 |
Color Harmonies of #BC23D5
Complementary color
Monochromatic Colors of #BC23D5
Black with #BC23D5
Text Example
Text Example
White with #BC23D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23D5; }
p { color: rgb(188,35,213); }
H1.HeaderClassName
{
color: #BC23D5;
}
.AnyTagClassName
{
color: #BC23D5;
}
</style>
background-color css
<style>
a { background-color: #BC23D5; }
a { background-color: rgb(188,35,213); }
div.DivClassName
{
background-color: #BC23D5;
}
.BgClassName
{
background-color: #BC23D5;
}
</style>
border-color css
<style>
span { border-color: #BC23D5; }
span { border-color: rgb(188,35,213); }
td.TdClassName
{
border-color: #BC23D5;
}
.TagClassName
{
border-color: #BC23D5;
}
</style>