Shades of Deep Magenta #BC25AF
Tints of Deep Magenta #BC25AF
RGB
CMYK
RGB Variations
Color information
#BC25AF (or 0xBC25AF) is known color: Deep Magenta. HEX triplet: BC, 25 and AF. RGB value is (188,37,175). Sum of RGB (Red+Green+Blue) = 188+37+175=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC25AF is #43DA50. Grayscale: #616161. Windows color (decimal): -4446801 or 11478460. OLE color: 11478460.
HSL color Cylindrical-coordinate representation of color #BC25AF: hue angle of 305.17º 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 #BC25AF is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 175 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.26 |
| HSL | 305.17º | 0.67% | 0.44% | - |
| HSV(B) | 305.17º | 0.8% | 0.74% | - |
| XYZ | 29.14 | 15.11 | 41.94 | - |
| YUV | 97.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 175 | 0 | 0.80 | 0.07 | 0.26 | 305.17 | 0.67 | 0.44 |
| Hex | BC | 25 | AF | 0 | 50 | 7 | 1A | 131 | 43 | 2C |
| Octal | 274 | 45 | 257 | 0 | 120 | 7 | 32 | 461 | 103 | 54 |
| Binary | 10111100 | 100101 | 10101111 | 0 | 1010000 | 111 | 11010 | 100110001 | 1000011 | 101100 |
Color Harmonies of #BC25AF
Complementary color
Monochromatic Colors of #BC25AF
Black with #BC25AF
Text Example
Text Example
White with #BC25AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC25AF; }
p { color: rgb(188,37,175); }
H1.HeaderClassName
{
color: #BC25AF;
}
.AnyTagClassName
{
color: #BC25AF;
}
</style>
background-color css
<style>
a { background-color: #BC25AF; }
a { background-color: rgb(188,37,175); }
div.DivClassName
{
background-color: #BC25AF;
}
.BgClassName
{
background-color: #BC25AF;
}
</style>
border-color css
<style>
span { border-color: #BC25AF; }
span { border-color: rgb(188,37,175); }
td.TdClassName
{
border-color: #BC25AF;
}
.TagClassName
{
border-color: #BC25AF;
}
</style>