Shades of Deep Magenta #B10DB2
Tints of Deep Magenta #B10DB2
RGB
CMYK
RGB Variations
Color information
#B10DB2 (or 0xB10DB2) is known color: Deep Magenta. HEX triplet: B1, 0D and B2. RGB value is (177,13,178). Sum of RGB (Red+Green+Blue) = 177+13+178=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #B10DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10DB2 is #4EF24D. Grayscale: #505050. Windows color (decimal): -5173838 or 11668913. OLE color: 11668913.
HSL color Cylindrical-coordinate representation of color #B10DB2: hue angle of 299.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DB2 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 13 | 178 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.30 |
| HSL | 299.64º | 0.86% | 0.37% | - |
| HSV(B) | 299.64º | 0.93% | 0.7% | - |
| XYZ | 26.31 | 12.85 | 43.21 | - |
| YUV | 80.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 178 | 0.01 | 0.93 | 0 | 0.30 | 299.64 | 0.86 | 0.37 |
| Hex | B1 | D | B2 | 1 | 5D | 0 | 1E | 12C | 56 | 25 |
| Octal | 261 | 15 | 262 | 1 | 135 | 0 | 36 | 454 | 126 | 45 |
| Binary | 10110001 | 1101 | 10110010 | 1 | 1011101 | 0 | 11110 | 100101100 | 1010110 | 100101 |
Color Harmonies of #B10DB2
Complementary color
Monochromatic Colors of #B10DB2
Black with #B10DB2
Text Example
Text Example
White with #B10DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DB2; }
p { color: rgb(177,13,178); }
H1.HeaderClassName
{
color: #B10DB2;
}
.AnyTagClassName
{
color: #B10DB2;
}
</style>
background-color css
<style>
a { background-color: #B10DB2; }
a { background-color: rgb(177,13,178); }
div.DivClassName
{
background-color: #B10DB2;
}
.BgClassName
{
background-color: #B10DB2;
}
</style>
border-color css
<style>
span { border-color: #B10DB2; }
span { border-color: rgb(177,13,178); }
td.TdClassName
{
border-color: #B10DB2;
}
.TagClassName
{
border-color: #B10DB2;
}
</style>