Shades of Deep Magenta #B10CAC
Tints of Deep Magenta #B10CAC
RGB
CMYK
RGB Variations
Color information
#B10CAC (or 0xB10CAC) is known color: Deep Magenta. HEX triplet: B1, 0C and AC. RGB value is (177,12,172). Sum of RGB (Red+Green+Blue) = 177+12+172=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B10CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CAC is #4EF353. Grayscale: #4F4F4F. Windows color (decimal): -5174100 or 11275441. OLE color: 11275441.
HSL color Cylindrical-coordinate representation of color #B10CAC: hue angle of 301.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10CAC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 172 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.31 |
| HSL | 301.82º | 0.87% | 0.37% | - |
| HSV(B) | 301.82º | 0.93% | 0.69% | - |
| XYZ | 25.71 | 12.59 | 40.1 | - |
| YUV | 79.58 | 180.16 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 172 | 0 | 0.93 | 0.03 | 0.31 | 301.82 | 0.87 | 0.37 |
| Hex | B1 | C | AC | 0 | 5D | 3 | 1F | 12E | 57 | 25 |
| Octal | 261 | 14 | 254 | 0 | 135 | 3 | 37 | 456 | 127 | 45 |
| Binary | 10110001 | 1100 | 10101100 | 0 | 1011101 | 11 | 11111 | 100101110 | 1010111 | 100101 |
Color Harmonies of #B10CAC
Complementary color
Monochromatic Colors of #B10CAC
Black with #B10CAC
Text Example
Text Example
White with #B10CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CAC; }
p { color: rgb(177,12,172); }
H1.HeaderClassName
{
color: #B10CAC;
}
.AnyTagClassName
{
color: #B10CAC;
}
</style>
background-color css
<style>
a { background-color: #B10CAC; }
a { background-color: rgb(177,12,172); }
div.DivClassName
{
background-color: #B10CAC;
}
.BgClassName
{
background-color: #B10CAC;
}
</style>
border-color css
<style>
span { border-color: #B10CAC; }
span { border-color: rgb(177,12,172); }
td.TdClassName
{
border-color: #B10CAC;
}
.TagClassName
{
border-color: #B10CAC;
}
</style>