Shades of Deep Magenta #B10DD0
Tints of Deep Magenta #B10DD0
RGB
CMYK
RGB Variations
Color information
#B10DD0 (or 0xB10DD0) is known color: Deep Magenta. HEX triplet: B1, 0D and D0. RGB value is (177,13,208). Sum of RGB (Red+Green+Blue) = 177+13+208=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #B10DD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DD0 is #4EF22F. Grayscale: #535353. Windows color (decimal): -5173808 or 13634993. OLE color: 13634993.
HSL color Cylindrical-coordinate representation of color #B10DD0: hue angle of 290.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DD0 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 13 | 208 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.18 |
| HSL | 290.46º | 0.88% | 0.43% | - |
| HSV(B) | 290.46º | 0.94% | 0.82% | - |
| XYZ | 29.66 | 14.19 | 60.85 | - |
| YUV | 84.27 | 197.83 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 208 | 0.15 | 0.94 | 0 | 0.18 | 290.46 | 0.88 | 0.43 |
| Hex | B1 | D | D0 | F | 5E | 0 | 12 | 122 | 58 | 2B |
| Octal | 261 | 15 | 320 | 17 | 136 | 0 | 22 | 442 | 130 | 53 |
| Binary | 10110001 | 1101 | 11010000 | 1111 | 1011110 | 0 | 10010 | 100100010 | 1011000 | 101011 |
Color Harmonies of #B10DD0
Complementary color
Monochromatic Colors of #B10DD0
Black with #B10DD0
Text Example
Text Example
White with #B10DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DD0; }
p { color: rgb(177,13,208); }
H1.HeaderClassName
{
color: #B10DD0;
}
.AnyTagClassName
{
color: #B10DD0;
}
</style>
background-color css
<style>
a { background-color: #B10DD0; }
a { background-color: rgb(177,13,208); }
div.DivClassName
{
background-color: #B10DD0;
}
.BgClassName
{
background-color: #B10DD0;
}
</style>
border-color css
<style>
span { border-color: #B10DD0; }
span { border-color: rgb(177,13,208); }
td.TdClassName
{
border-color: #B10DD0;
}
.TagClassName
{
border-color: #B10DD0;
}
</style>