Shades of Deep Magenta #BC25C2
Tints of Deep Magenta #BC25C2
RGB
CMYK
RGB Variations
Color information
#BC25C2 (or 0xBC25C2) is known color: Deep Magenta. HEX triplet: BC, 25 and C2. RGB value is (188,37,194). Sum of RGB (Red+Green+Blue) = 188+37+194=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC25C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25C2 is #43DA3D. Grayscale: #636363. Windows color (decimal): -4446782 or 12723644. OLE color: 12723644.
HSL color Cylindrical-coordinate representation of color #BC25C2: hue angle of 297.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC25C2 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 37 | 194 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.24 |
| HSL | 297.71º | 0.68% | 0.45% | - |
| HSV(B) | 297.71º | 0.81% | 0.76% | - |
| XYZ | 31.14 | 15.91 | 52.47 | - |
| YUV | 100.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 194 | 0.03 | 0.81 | 0 | 0.24 | 297.71 | 0.68 | 0.45 |
| Hex | BC | 25 | C2 | 3 | 51 | 0 | 18 | 12A | 44 | 2D |
| Octal | 274 | 45 | 302 | 3 | 121 | 0 | 30 | 452 | 104 | 55 |
| Binary | 10111100 | 100101 | 11000010 | 11 | 1010001 | 0 | 11000 | 100101010 | 1000100 | 101101 |
Color Harmonies of #BC25C2
Complementary color
Monochromatic Colors of #BC25C2
Black with #BC25C2
Text Example
Text Example
White with #BC25C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25C2; }
p { color: rgb(188,37,194); }
H1.HeaderClassName
{
color: #BC25C2;
}
.AnyTagClassName
{
color: #BC25C2;
}
</style>
background-color css
<style>
a { background-color: #BC25C2; }
a { background-color: rgb(188,37,194); }
div.DivClassName
{
background-color: #BC25C2;
}
.BgClassName
{
background-color: #BC25C2;
}
</style>
border-color css
<style>
span { border-color: #BC25C2; }
span { border-color: rgb(188,37,194); }
td.TdClassName
{
border-color: #BC25C2;
}
.TagClassName
{
border-color: #BC25C2;
}
</style>