Shades of Deep Magenta #BC25B2
Tints of Deep Magenta #BC25B2
RGB
CMYK
RGB Variations
Color information
#BC25B2 (or 0xBC25B2) is known color: Deep Magenta. HEX triplet: BC, 25 and B2. RGB value is (188,37,178). Sum of RGB (Red+Green+Blue) = 188+37+178=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25B2 is #43DA4D. Grayscale: #616161. Windows color (decimal): -4446798 or 11675068. OLE color: 11675068.
HSL color Cylindrical-coordinate representation of color #BC25B2: hue angle of 303.97º 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 #BC25B2 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 178 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.26 |
| HSL | 303.97º | 0.67% | 0.44% | - |
| HSV(B) | 303.97º | 0.8% | 0.74% | - |
| XYZ | 29.44 | 15.23 | 43.51 | - |
| YUV | 98.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 178 | 0 | 0.80 | 0.05 | 0.26 | 303.97 | 0.67 | 0.44 |
| Hex | BC | 25 | B2 | 0 | 50 | 5 | 1A | 130 | 43 | 2C |
| Octal | 274 | 45 | 262 | 0 | 120 | 5 | 32 | 460 | 103 | 54 |
| Binary | 10111100 | 100101 | 10110010 | 0 | 1010000 | 101 | 11010 | 100110000 | 1000011 | 101100 |
Color Harmonies of #BC25B2
Complementary color
Monochromatic Colors of #BC25B2
Black with #BC25B2
Text Example
Text Example
White with #BC25B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25B2; }
p { color: rgb(188,37,178); }
H1.HeaderClassName
{
color: #BC25B2;
}
.AnyTagClassName
{
color: #BC25B2;
}
</style>
background-color css
<style>
a { background-color: #BC25B2; }
a { background-color: rgb(188,37,178); }
div.DivClassName
{
background-color: #BC25B2;
}
.BgClassName
{
background-color: #BC25B2;
}
</style>
border-color css
<style>
span { border-color: #BC25B2; }
span { border-color: rgb(188,37,178); }
td.TdClassName
{
border-color: #BC25B2;
}
.TagClassName
{
border-color: #BC25B2;
}
</style>