Shades of Deep Magenta #BC24BD
Tints of Deep Magenta #BC24BD
RGB
CMYK
RGB Variations
Color information
#BC24BD (or 0xBC24BD) is known color: Deep Magenta. HEX triplet: BC, 24 and BD. RGB value is (188,36,189). Sum of RGB (Red+Green+Blue) = 188+36+189=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24BD is #43DB42. Grayscale: #626262. Windows color (decimal): -4447043 or 12395708. OLE color: 12395708.
HSL color Cylindrical-coordinate representation of color #BC24BD: hue angle of 299.61º 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 #BC24BD is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 189 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.26 |
| HSL | 299.61º | 0.68% | 0.44% | - |
| HSV(B) | 299.61º | 0.81% | 0.74% | - |
| XYZ | 30.56 | 15.63 | 49.55 | - |
| YUV | 98.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 189 | 0.01 | 0.81 | 0 | 0.26 | 299.61 | 0.68 | 0.44 |
| Hex | BC | 24 | BD | 1 | 51 | 0 | 1A | 12C | 44 | 2C |
| Octal | 274 | 44 | 275 | 1 | 121 | 0 | 32 | 454 | 104 | 54 |
| Binary | 10111100 | 100100 | 10111101 | 1 | 1010001 | 0 | 11010 | 100101100 | 1000100 | 101100 |
Color Harmonies of #BC24BD
Complementary color
Monochromatic Colors of #BC24BD
Black with #BC24BD
Text Example
Text Example
White with #BC24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24BD; }
p { color: rgb(188,36,189); }
H1.HeaderClassName
{
color: #BC24BD;
}
.AnyTagClassName
{
color: #BC24BD;
}
</style>
background-color css
<style>
a { background-color: #BC24BD; }
a { background-color: rgb(188,36,189); }
div.DivClassName
{
background-color: #BC24BD;
}
.BgClassName
{
background-color: #BC24BD;
}
</style>
border-color css
<style>
span { border-color: #BC24BD; }
span { border-color: rgb(188,36,189); }
td.TdClassName
{
border-color: #BC24BD;
}
.TagClassName
{
border-color: #BC24BD;
}
</style>