Shades of Deep Magenta #BC25BA
Tints of Deep Magenta #BC25BA
RGB
CMYK
RGB Variations
Color information
#BC25BA (or 0xBC25BA) is known color: Deep Magenta. HEX triplet: BC, 25 and BA. RGB value is (188,37,186). Sum of RGB (Red+Green+Blue) = 188+37+186=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25BA is #43DA45. Grayscale: #626262. Windows color (decimal): -4446790 or 12199356. OLE color: 12199356.
HSL color Cylindrical-coordinate representation of color #BC25BA: hue angle of 300.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC25BA is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 186 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.26 |
| HSL | 300.79º | 0.67% | 0.44% | - |
| HSV(B) | 300.79º | 0.8% | 0.74% | - |
| XYZ | 30.26 | 15.56 | 47.86 | - |
| YUV | 99.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 186 | 0 | 0.80 | 0.01 | 0.26 | 300.79 | 0.67 | 0.44 |
| Hex | BC | 25 | BA | 0 | 50 | 1 | 1A | 12D | 43 | 2C |
| Octal | 274 | 45 | 272 | 0 | 120 | 1 | 32 | 455 | 103 | 54 |
| Binary | 10111100 | 100101 | 10111010 | 0 | 1010000 | 1 | 11010 | 100101101 | 1000011 | 101100 |
Color Harmonies of #BC25BA
Complementary color
Monochromatic Colors of #BC25BA
Black with #BC25BA
Text Example
Text Example
White with #BC25BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25BA; }
p { color: rgb(188,37,186); }
H1.HeaderClassName
{
color: #BC25BA;
}
.AnyTagClassName
{
color: #BC25BA;
}
</style>
background-color css
<style>
a { background-color: #BC25BA; }
a { background-color: rgb(188,37,186); }
div.DivClassName
{
background-color: #BC25BA;
}
.BgClassName
{
background-color: #BC25BA;
}
</style>
border-color css
<style>
span { border-color: #BC25BA; }
span { border-color: rgb(188,37,186); }
td.TdClassName
{
border-color: #BC25BA;
}
.TagClassName
{
border-color: #BC25BA;
}
</style>