Shades of Deep Magenta #BC25C7
Tints of Deep Magenta #BC25C7
RGB
CMYK
RGB Variations
Color information
#BC25C7 (or 0xBC25C7) is known color: Deep Magenta. HEX triplet: BC, 25 and C7. RGB value is (188,37,199). Sum of RGB (Red+Green+Blue) = 188+37+199=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 199 (78.12% from 255 or 46.93% from 424); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC25C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25C7 is #43DA38. Grayscale: #646464. Windows color (decimal): -4446777 or 13051324. OLE color: 13051324.
HSL color Cylindrical-coordinate representation of color #BC25C7: hue angle of 295.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC25C7 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 37 | 199 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.22 |
| HSL | 295.93º | 0.69% | 0.46% | - |
| HSV(B) | 295.93º | 0.81% | 0.78% | - |
| XYZ | 31.71 | 16.14 | 55.48 | - |
| YUV | 100.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 199 | 0.06 | 0.81 | 0 | 0.22 | 295.93 | 0.69 | 0.46 |
| Hex | BC | 25 | C7 | 6 | 51 | 0 | 16 | 128 | 45 | 2E |
| Octal | 274 | 45 | 307 | 6 | 121 | 0 | 26 | 450 | 105 | 56 |
| Binary | 10111100 | 100101 | 11000111 | 110 | 1010001 | 0 | 10110 | 100101000 | 1000101 | 101110 |
Color Harmonies of #BC25C7
Complementary color
Monochromatic Colors of #BC25C7
Black with #BC25C7
Text Example
Text Example
White with #BC25C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25C7; }
p { color: rgb(188,37,199); }
H1.HeaderClassName
{
color: #BC25C7;
}
.AnyTagClassName
{
color: #BC25C7;
}
</style>
background-color css
<style>
a { background-color: #BC25C7; }
a { background-color: rgb(188,37,199); }
div.DivClassName
{
background-color: #BC25C7;
}
.BgClassName
{
background-color: #BC25C7;
}
</style>
border-color css
<style>
span { border-color: #BC25C7; }
span { border-color: rgb(188,37,199); }
td.TdClassName
{
border-color: #BC25C7;
}
.TagClassName
{
border-color: #BC25C7;
}
</style>