Shades of Deep Magenta #BC00AE
Tints of Deep Magenta #BC00AE
RGB
CMYK
RGB Variations
Color information
#BC00AE (or 0xBC00AE) is known color: Deep Magenta. HEX triplet: BC, 00 and AE. RGB value is (188,0,174). Sum of RGB (Red+Green+Blue) = 188+0+174=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00AE is #43FF51. Grayscale: #4B4B4B. Windows color (decimal): -4456274 or 11403452. OLE color: 11403452.
HSL color Cylindrical-coordinate representation of color #BC00AE: hue angle of 304.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00AE is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.07 | 0.26 |
| HSL | 304.47º | 1% | 0.37% | - |
| HSV(B) | 304.47º | 1% | 0.74% | - |
| XYZ | 28.38 | 13.75 | 41.2 | - |
| YUV | 76.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 174 | 0 | 1 | 0.07 | 0.26 | 304.47 | 1 | 0.37 |
| Hex | BC | 0 | AE | 0 | 64 | 7 | 1A | 130 | 64 | 25 |
| Octal | 274 | 0 | 256 | 0 | 144 | 7 | 32 | 460 | 144 | 45 |
| Binary | 10111100 | 0 | 10101110 | 0 | 1100100 | 111 | 11010 | 100110000 | 1100100 | 100101 |
Color Harmonies of #BC00AE
Complementary color
Monochromatic Colors of #BC00AE
Black with #BC00AE
Text Example
Text Example
White with #BC00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00AE; }
p { color: rgb(188,0,174); }
H1.HeaderClassName
{
color: #BC00AE;
}
.AnyTagClassName
{
color: #BC00AE;
}
</style>
background-color css
<style>
a { background-color: #BC00AE; }
a { background-color: rgb(188,0,174); }
div.DivClassName
{
background-color: #BC00AE;
}
.BgClassName
{
background-color: #BC00AE;
}
</style>
border-color css
<style>
span { border-color: #BC00AE; }
span { border-color: rgb(188,0,174); }
td.TdClassName
{
border-color: #BC00AE;
}
.TagClassName
{
border-color: #BC00AE;
}
</style>