Shades of Deep Magenta #BC0AD5
Tints of Deep Magenta #BC0AD5
RGB
CMYK
RGB Variations
Color information
#BC0AD5 (or 0xBC0AD5) is known color: Deep Magenta. HEX triplet: BC, 0A and D5. RGB value is (188,10,213). Sum of RGB (Red+Green+Blue) = 188+10+213=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC0AD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0AD5 is #43F52A. Grayscale: #555555. Windows color (decimal): -4453675 or 13961916. OLE color: 13961916.
HSL color Cylindrical-coordinate representation of color #BC0AD5: hue angle of 292.61º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0AD5 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 10 | 213 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.16 |
| HSL | 292.61º | 0.91% | 0.44% | - |
| HSV(B) | 292.61º | 0.95% | 0.84% | - |
| XYZ | 32.86 | 15.71 | 64.25 | - |
| YUV | 86.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 213 | 0.12 | 0.95 | 0 | 0.16 | 292.61 | 0.91 | 0.44 |
| Hex | BC | A | D5 | C | 5F | 0 | 10 | 125 | 5B | 2C |
| Octal | 274 | 12 | 325 | 14 | 137 | 0 | 20 | 445 | 133 | 54 |
| Binary | 10111100 | 1010 | 11010101 | 1100 | 1011111 | 0 | 10000 | 100100101 | 1011011 | 101100 |
Color Harmonies of #BC0AD5
Complementary color
Monochromatic Colors of #BC0AD5
Black with #BC0AD5
Text Example
Text Example
White with #BC0AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0AD5; }
p { color: rgb(188,10,213); }
H1.HeaderClassName
{
color: #BC0AD5;
}
.AnyTagClassName
{
color: #BC0AD5;
}
</style>
background-color css
<style>
a { background-color: #BC0AD5; }
a { background-color: rgb(188,10,213); }
div.DivClassName
{
background-color: #BC0AD5;
}
.BgClassName
{
background-color: #BC0AD5;
}
</style>
border-color css
<style>
span { border-color: #BC0AD5; }
span { border-color: rgb(188,10,213); }
td.TdClassName
{
border-color: #BC0AD5;
}
.TagClassName
{
border-color: #BC0AD5;
}
</style>