Shades of Deep Magenta #BC24BA
Tints of Deep Magenta #BC24BA
RGB
CMYK
RGB Variations
Color information
#BC24BA (or 0xBC24BA) is known color: Deep Magenta. HEX triplet: BC, 24 and BA. RGB value is (188,36,186). Sum of RGB (Red+Green+Blue) = 188+36+186=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24BA is #43DB45. Grayscale: #626262. Windows color (decimal): -4447046 or 12199100. OLE color: 12199100.
HSL color Cylindrical-coordinate representation of color #BC24BA: hue angle of 300.79º degrees, saturation: 0.68, 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 #BC24BA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 186 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.26 |
| HSL | 300.79º | 0.68% | 0.44% | - |
| HSV(B) | 300.79º | 0.81% | 0.74% | - |
| XYZ | 30.23 | 15.5 | 47.85 | - |
| YUV | 98.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 186 | 0 | 0.81 | 0.01 | 0.26 | 300.79 | 0.68 | 0.44 |
| Hex | BC | 24 | BA | 0 | 51 | 1 | 1A | 12D | 44 | 2C |
| Octal | 274 | 44 | 272 | 0 | 121 | 1 | 32 | 455 | 104 | 54 |
| Binary | 10111100 | 100100 | 10111010 | 0 | 1010001 | 1 | 11010 | 100101101 | 1000100 | 101100 |
Color Harmonies of #BC24BA
Complementary color
Monochromatic Colors of #BC24BA
Black with #BC24BA
Text Example
Text Example
White with #BC24BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24BA; }
p { color: rgb(188,36,186); }
H1.HeaderClassName
{
color: #BC24BA;
}
.AnyTagClassName
{
color: #BC24BA;
}
</style>
background-color css
<style>
a { background-color: #BC24BA; }
a { background-color: rgb(188,36,186); }
div.DivClassName
{
background-color: #BC24BA;
}
.BgClassName
{
background-color: #BC24BA;
}
</style>
border-color css
<style>
span { border-color: #BC24BA; }
span { border-color: rgb(188,36,186); }
td.TdClassName
{
border-color: #BC24BA;
}
.TagClassName
{
border-color: #BC24BA;
}
</style>