Shades of Deep Magenta #B10CCD
Tints of Deep Magenta #B10CCD
RGB
CMYK
RGB Variations
Color information
#B10CCD (or 0xB10CCD) is known color: Deep Magenta. HEX triplet: B1, 0C and CD. RGB value is (177,12,205). Sum of RGB (Red+Green+Blue) = 177+12+205=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #B10CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10CCD is #4EF332. Grayscale: #525252. Windows color (decimal): -5174067 or 13438129. OLE color: 13438129.
HSL color Cylindrical-coordinate representation of color #B10CCD: hue angle of 291.3º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10CCD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 12 | 205 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.20 |
| HSL | 291.3º | 0.89% | 0.43% | - |
| HSV(B) | 291.3º | 0.94% | 0.8% | - |
| XYZ | 29.28 | 14.02 | 58.92 | - |
| YUV | 83.34 | 196.66 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 12 | 205 | 0.14 | 0.94 | 0 | 0.20 | 291.3 | 0.89 | 0.43 |
| Hex | B1 | C | CD | E | 5E | 0 | 14 | 123 | 59 | 2B |
| Octal | 261 | 14 | 315 | 16 | 136 | 0 | 24 | 443 | 131 | 53 |
| Binary | 10110001 | 1100 | 11001101 | 1110 | 1011110 | 0 | 10100 | 100100011 | 1011001 | 101011 |
Color Harmonies of #B10CCD
Complementary color
Monochromatic Colors of #B10CCD
Black with #B10CCD
Text Example
Text Example
White with #B10CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10CCD; }
p { color: rgb(177,12,205); }
H1.HeaderClassName
{
color: #B10CCD;
}
.AnyTagClassName
{
color: #B10CCD;
}
</style>
background-color css
<style>
a { background-color: #B10CCD; }
a { background-color: rgb(177,12,205); }
div.DivClassName
{
background-color: #B10CCD;
}
.BgClassName
{
background-color: #B10CCD;
}
</style>
border-color css
<style>
span { border-color: #B10CCD; }
span { border-color: rgb(177,12,205); }
td.TdClassName
{
border-color: #B10CCD;
}
.TagClassName
{
border-color: #B10CCD;
}
</style>