Shades of Deep Magenta #BC24BF
Tints of Deep Magenta #BC24BF
RGB
CMYK
RGB Variations
Color information
#BC24BF (or 0xBC24BF) is known color: Deep Magenta. HEX triplet: BC, 24 and BF. RGB value is (188,36,191). Sum of RGB (Red+Green+Blue) = 188+36+191=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC24BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24BF is #43DB40. Grayscale: #626262. Windows color (decimal): -4447041 or 12526780. OLE color: 12526780.
HSL color Cylindrical-coordinate representation of color #BC24BF: hue angle of 298.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC24BF is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 36 | 191 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.25 |
| HSL | 298.84º | 0.68% | 0.45% | - |
| HSV(B) | 298.84º | 0.81% | 0.75% | - |
| XYZ | 30.77 | 15.71 | 50.7 | - |
| YUV | 99.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 191 | 0.02 | 0.81 | 0 | 0.25 | 298.84 | 0.68 | 0.45 |
| Hex | BC | 24 | BF | 2 | 51 | 0 | 19 | 12B | 44 | 2D |
| Octal | 274 | 44 | 277 | 2 | 121 | 0 | 31 | 453 | 104 | 55 |
| Binary | 10111100 | 100100 | 10111111 | 10 | 1010001 | 0 | 11001 | 100101011 | 1000100 | 101101 |
Color Harmonies of #BC24BF
Complementary color
Monochromatic Colors of #BC24BF
Black with #BC24BF
Text Example
Text Example
White with #BC24BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC24BF; }
p { color: rgb(188,36,191); }
H1.HeaderClassName
{
color: #BC24BF;
}
.AnyTagClassName
{
color: #BC24BF;
}
</style>
background-color css
<style>
a { background-color: #BC24BF; }
a { background-color: rgb(188,36,191); }
div.DivClassName
{
background-color: #BC24BF;
}
.BgClassName
{
background-color: #BC24BF;
}
</style>
border-color css
<style>
span { border-color: #BC24BF; }
span { border-color: rgb(188,36,191); }
td.TdClassName
{
border-color: #BC24BF;
}
.TagClassName
{
border-color: #BC24BF;
}
</style>