Shades of Deep Magenta #B10CAA
Tints of Deep Magenta #B10CAA
RGB
CMYK
RGB Variations
Color information
#B10CAA (or 0xB10CAA) is known color: Deep Magenta. HEX triplet: B1, 0C and AA. RGB value is (177,12,170). Sum of RGB (Red+Green+Blue) = 177+12+170=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B10CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10CAA is #4EF355. Grayscale: #4E4E4E. Windows color (decimal): -5174102 or 11144369. OLE color: 11144369.
HSL color Cylindrical-coordinate representation of color #B10CAA: hue angle of 302.55º 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 #B10CAA is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 12 | 170 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.31 |
| HSL | 302.55º | 0.87% | 0.37% | - |
| HSV(B) | 302.55º | 0.93% | 0.69% | - |
| XYZ | 25.52 | 12.51 | 39.1 | - |
| YUV | 79.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 170 | 0 | 0.93 | 0.04 | 0.31 | 302.55 | 0.87 | 0.37 |
| Hex | B1 | C | AA | 0 | 5D | 4 | 1F | 12F | 57 | 25 |
| Octal | 261 | 14 | 252 | 0 | 135 | 4 | 37 | 457 | 127 | 45 |
| Binary | 10110001 | 1100 | 10101010 | 0 | 1011101 | 100 | 11111 | 100101111 | 1010111 | 100101 |
Color Harmonies of #B10CAA
Complementary color
Monochromatic Colors of #B10CAA
Black with #B10CAA
Text Example
Text Example
White with #B10CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CAA; }
p { color: rgb(177,12,170); }
H1.HeaderClassName
{
color: #B10CAA;
}
.AnyTagClassName
{
color: #B10CAA;
}
</style>
background-color css
<style>
a { background-color: #B10CAA; }
a { background-color: rgb(177,12,170); }
div.DivClassName
{
background-color: #B10CAA;
}
.BgClassName
{
background-color: #B10CAA;
}
</style>
border-color css
<style>
span { border-color: #B10CAA; }
span { border-color: rgb(177,12,170); }
td.TdClassName
{
border-color: #B10CAA;
}
.TagClassName
{
border-color: #B10CAA;
}
</style>