Shades of Deep Magenta #B10CCC
Tints of Deep Magenta #B10CCC
RGB
CMYK
RGB Variations
Color information
#B10CCC (or 0xB10CCC) is known color: Deep Magenta. HEX triplet: B1, 0C and CC. RGB value is (177,12,204). Sum of RGB (Red+Green+Blue) = 177+12+204=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #B10CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CCC is #4EF333. Grayscale: #525252. Windows color (decimal): -5174068 or 13372593. OLE color: 13372593.
HSL color Cylindrical-coordinate representation of color #B10CCC: hue angle of 291.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CCC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 12 | 204 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.2 |
| HSL | 291.56º | 0.89% | 0.42% | - |
| HSV(B) | 291.56º | 0.94% | 0.8% | - |
| XYZ | 29.16 | 13.97 | 58.29 | - |
| YUV | 83.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 204 | 0.13 | 0.94 | 0 | 0.2 | 291.56 | 0.89 | 0.42 |
| Hex | B1 | C | CC | D | 5E | 0 | 14 | 124 | 59 | 2A |
| Octal | 261 | 14 | 314 | 15 | 136 | 0 | 24 | 444 | 131 | 52 |
| Binary | 10110001 | 1100 | 11001100 | 1101 | 1011110 | 0 | 10100 | 100100100 | 1011001 | 101010 |
Color Harmonies of #B10CCC
Complementary color
Monochromatic Colors of #B10CCC
Black with #B10CCC
Text Example
Text Example
White with #B10CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CCC; }
p { color: rgb(177,12,204); }
H1.HeaderClassName
{
color: #B10CCC;
}
.AnyTagClassName
{
color: #B10CCC;
}
</style>
background-color css
<style>
a { background-color: #B10CCC; }
a { background-color: rgb(177,12,204); }
div.DivClassName
{
background-color: #B10CCC;
}
.BgClassName
{
background-color: #B10CCC;
}
</style>
border-color css
<style>
span { border-color: #B10CCC; }
span { border-color: rgb(177,12,204); }
td.TdClassName
{
border-color: #B10CCC;
}
.TagClassName
{
border-color: #B10CCC;
}
</style>