Shades of Deep Magenta #B10CC2
Tints of Deep Magenta #B10CC2
RGB
CMYK
RGB Variations
Color information
#B10CC2 (or 0xB10CC2) is known color: Deep Magenta. HEX triplet: B1, 0C and C2. RGB value is (177,12,194). Sum of RGB (Red+Green+Blue) = 177+12+194=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #B10CC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CC2 is #4EF33D. Grayscale: #515151. Windows color (decimal): -5174078 or 12717233. OLE color: 12717233.
HSL color Cylindrical-coordinate representation of color #B10CC2: hue angle of 294.4º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CC2 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 12 | 194 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.24 |
| HSL | 294.4º | 0.88% | 0.4% | - |
| HSV(B) | 294.4º | 0.94% | 0.76% | - |
| XYZ | 28 | 13.51 | 52.17 | - |
| YUV | 82.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 194 | 0.09 | 0.94 | 0 | 0.24 | 294.4 | 0.88 | 0.4 |
| Hex | B1 | C | C2 | 9 | 5E | 0 | 18 | 126 | 58 | 28 |
| Octal | 261 | 14 | 302 | 11 | 136 | 0 | 30 | 446 | 130 | 50 |
| Binary | 10110001 | 1100 | 11000010 | 1001 | 1011110 | 0 | 11000 | 100100110 | 1011000 | 101000 |
Color Harmonies of #B10CC2
Complementary color
Monochromatic Colors of #B10CC2
Black with #B10CC2
Text Example
Text Example
White with #B10CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CC2; }
p { color: rgb(177,12,194); }
H1.HeaderClassName
{
color: #B10CC2;
}
.AnyTagClassName
{
color: #B10CC2;
}
</style>
background-color css
<style>
a { background-color: #B10CC2; }
a { background-color: rgb(177,12,194); }
div.DivClassName
{
background-color: #B10CC2;
}
.BgClassName
{
background-color: #B10CC2;
}
</style>
border-color css
<style>
span { border-color: #B10CC2; }
span { border-color: rgb(177,12,194); }
td.TdClassName
{
border-color: #B10CC2;
}
.TagClassName
{
border-color: #B10CC2;
}
</style>