Shades of Deep Magenta #BC23D0
Tints of Deep Magenta #BC23D0
RGB
CMYK
RGB Variations
Color information
#BC23D0 (or 0xBC23D0) is known color: Deep Magenta. HEX triplet: BC, 23 and D0. RGB value is (188,35,208). Sum of RGB (Red+Green+Blue) = 188+35+208=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC23D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23D0 is #43DC2F. Grayscale: #636363. Windows color (decimal): -4447280 or 13640636. OLE color: 13640636.
HSL color Cylindrical-coordinate representation of color #BC23D0: hue angle of 293.06º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC23D0 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 35 | 208 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.18 |
| HSL | 293.06º | 0.71% | 0.48% | - |
| HSV(B) | 293.06º | 0.83% | 0.82% | - |
| XYZ | 32.73 | 16.45 | 61.12 | - |
| YUV | 100.47 | 188.69 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 208 | 0.10 | 0.83 | 0 | 0.18 | 293.06 | 0.71 | 0.48 |
| Hex | BC | 23 | D0 | A | 53 | 0 | 12 | 125 | 47 | 30 |
| Octal | 274 | 43 | 320 | 12 | 123 | 0 | 22 | 445 | 107 | 60 |
| Binary | 10111100 | 100011 | 11010000 | 1010 | 1010011 | 0 | 10010 | 100100101 | 1000111 | 110000 |
Color Harmonies of #BC23D0
Complementary color
Monochromatic Colors of #BC23D0
Black with #BC23D0
Text Example
Text Example
White with #BC23D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC23D0; }
p { color: rgb(188,35,208); }
H1.HeaderClassName
{
color: #BC23D0;
}
.AnyTagClassName
{
color: #BC23D0;
}
</style>
background-color css
<style>
a { background-color: #BC23D0; }
a { background-color: rgb(188,35,208); }
div.DivClassName
{
background-color: #BC23D0;
}
.BgClassName
{
background-color: #BC23D0;
}
</style>
border-color css
<style>
span { border-color: #BC23D0; }
span { border-color: rgb(188,35,208); }
td.TdClassName
{
border-color: #BC23D0;
}
.TagClassName
{
border-color: #BC23D0;
}
</style>