Shades of Deep Magenta #BC25C3
Tints of Deep Magenta #BC25C3
RGB
CMYK
RGB Variations
Color information
#BC25C3 (or 0xBC25C3) is known color: Deep Magenta. HEX triplet: BC, 25 and C3. RGB value is (188,37,195). Sum of RGB (Red+Green+Blue) = 188+37+195=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC25C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25C3 is #43DA3C. Grayscale: #636363. Windows color (decimal): -4446781 or 12789180. OLE color: 12789180.
HSL color Cylindrical-coordinate representation of color #BC25C3: hue angle of 297.34º 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 #BC25C3 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 37 | 195 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.24 |
| HSL | 297.34º | 0.68% | 0.45% | - |
| HSV(B) | 297.34º | 0.81% | 0.76% | - |
| XYZ | 31.25 | 15.95 | 53.06 | - |
| YUV | 100.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 195 | 0.04 | 0.81 | 0 | 0.24 | 297.34 | 0.68 | 0.45 |
| Hex | BC | 25 | C3 | 4 | 51 | 0 | 18 | 129 | 44 | 2D |
| Octal | 274 | 45 | 303 | 4 | 121 | 0 | 30 | 451 | 104 | 55 |
| Binary | 10111100 | 100101 | 11000011 | 100 | 1010001 | 0 | 11000 | 100101001 | 1000100 | 101101 |
Color Harmonies of #BC25C3
Complementary color
Monochromatic Colors of #BC25C3
Black with #BC25C3
Text Example
Text Example
White with #BC25C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25C3; }
p { color: rgb(188,37,195); }
H1.HeaderClassName
{
color: #BC25C3;
}
.AnyTagClassName
{
color: #BC25C3;
}
</style>
background-color css
<style>
a { background-color: #BC25C3; }
a { background-color: rgb(188,37,195); }
div.DivClassName
{
background-color: #BC25C3;
}
.BgClassName
{
background-color: #BC25C3;
}
</style>
border-color css
<style>
span { border-color: #BC25C3; }
span { border-color: rgb(188,37,195); }
td.TdClassName
{
border-color: #BC25C3;
}
.TagClassName
{
border-color: #BC25C3;
}
</style>