Shades of Deep Magenta #B10DCE
Tints of Deep Magenta #B10DCE
RGB
CMYK
RGB Variations
Color information
#B10DCE (or 0xB10DCE) is known color: Deep Magenta. HEX triplet: B1, 0D and CE. RGB value is (177,13,206). Sum of RGB (Red+Green+Blue) = 177+13+206=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #B10DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DCE is #4EF231. Grayscale: #535353. Windows color (decimal): -5173810 or 13503921. OLE color: 13503921.
HSL color Cylindrical-coordinate representation of color #B10DCE: hue angle of 290.98º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DCE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 13 | 206 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.19 |
| HSL | 290.98º | 0.88% | 0.43% | - |
| HSV(B) | 290.98º | 0.94% | 0.81% | - |
| XYZ | 29.42 | 14.09 | 59.56 | - |
| YUV | 84.04 | 196.83 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 206 | 0.14 | 0.94 | 0 | 0.19 | 290.98 | 0.88 | 0.43 |
| Hex | B1 | D | CE | E | 5E | 0 | 13 | 123 | 58 | 2B |
| Octal | 261 | 15 | 316 | 16 | 136 | 0 | 23 | 443 | 130 | 53 |
| Binary | 10110001 | 1101 | 11001110 | 1110 | 1011110 | 0 | 10011 | 100100011 | 1011000 | 101011 |
Color Harmonies of #B10DCE
Complementary color
Monochromatic Colors of #B10DCE
Black with #B10DCE
Text Example
Text Example
White with #B10DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DCE; }
p { color: rgb(177,13,206); }
H1.HeaderClassName
{
color: #B10DCE;
}
.AnyTagClassName
{
color: #B10DCE;
}
</style>
background-color css
<style>
a { background-color: #B10DCE; }
a { background-color: rgb(177,13,206); }
div.DivClassName
{
background-color: #B10DCE;
}
.BgClassName
{
background-color: #B10DCE;
}
</style>
border-color css
<style>
span { border-color: #B10DCE; }
span { border-color: rgb(177,13,206); }
td.TdClassName
{
border-color: #B10DCE;
}
.TagClassName
{
border-color: #B10DCE;
}
</style>