Shades of Deep Magenta #B10DCC
Tints of Deep Magenta #B10DCC
RGB
CMYK
RGB Variations
Color information
#B10DCC (or 0xB10DCC) is known color: Deep Magenta. HEX triplet: B1, 0D and CC. RGB value is (177,13,204). Sum of RGB (Red+Green+Blue) = 177+13+204=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #B10DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DCC is #4EF233. Grayscale: #535353. Windows color (decimal): -5173812 or 13372849. OLE color: 13372849.
HSL color Cylindrical-coordinate representation of color #B10DCC: hue angle of 291.52º degrees, saturation: 0.88, 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 #B10DCC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 13 | 204 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.2 |
| HSL | 291.52º | 0.88% | 0.43% | - |
| HSV(B) | 291.52º | 0.94% | 0.8% | - |
| XYZ | 29.17 | 13.99 | 58.29 | - |
| YUV | 83.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 204 | 0.13 | 0.94 | 0 | 0.2 | 291.52 | 0.88 | 0.43 |
| Hex | B1 | D | CC | D | 5E | 0 | 14 | 124 | 58 | 2B |
| Octal | 261 | 15 | 314 | 15 | 136 | 0 | 24 | 444 | 130 | 53 |
| Binary | 10110001 | 1101 | 11001100 | 1101 | 1011110 | 0 | 10100 | 100100100 | 1011000 | 101011 |
Color Harmonies of #B10DCC
Complementary color
Monochromatic Colors of #B10DCC
Black with #B10DCC
Text Example
Text Example
White with #B10DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DCC; }
p { color: rgb(177,13,204); }
H1.HeaderClassName
{
color: #B10DCC;
}
.AnyTagClassName
{
color: #B10DCC;
}
</style>
background-color css
<style>
a { background-color: #B10DCC; }
a { background-color: rgb(177,13,204); }
div.DivClassName
{
background-color: #B10DCC;
}
.BgClassName
{
background-color: #B10DCC;
}
</style>
border-color css
<style>
span { border-color: #B10DCC; }
span { border-color: rgb(177,13,204); }
td.TdClassName
{
border-color: #B10DCC;
}
.TagClassName
{
border-color: #B10DCC;
}
</style>