Shades of Deep Magenta #B10DBF
Tints of Deep Magenta #B10DBF
RGB
CMYK
RGB Variations
Color information
#B10DBF (or 0xB10DBF) is known color: Deep Magenta. HEX triplet: B1, 0D and BF. RGB value is (177,13,191). Sum of RGB (Red+Green+Blue) = 177+13+191=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #B10DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DBF is #4EF240. Grayscale: #515151. Windows color (decimal): -5173825 or 12520881. OLE color: 12520881.
HSL color Cylindrical-coordinate representation of color #B10DBF: hue angle of 295.28º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DBF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 13 | 191 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.25 |
| HSL | 295.28º | 0.87% | 0.4% | - |
| HSV(B) | 295.28º | 0.93% | 0.75% | - |
| XYZ | 27.68 | 13.4 | 50.42 | - |
| YUV | 82.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 191 | 0.07 | 0.93 | 0 | 0.25 | 295.28 | 0.87 | 0.4 |
| Hex | B1 | D | BF | 7 | 5D | 0 | 19 | 127 | 57 | 28 |
| Octal | 261 | 15 | 277 | 7 | 135 | 0 | 31 | 447 | 127 | 50 |
| Binary | 10110001 | 1101 | 10111111 | 111 | 1011101 | 0 | 11001 | 100100111 | 1010111 | 101000 |
Color Harmonies of #B10DBF
Complementary color
Monochromatic Colors of #B10DBF
Black with #B10DBF
Text Example
Text Example
White with #B10DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DBF; }
p { color: rgb(177,13,191); }
H1.HeaderClassName
{
color: #B10DBF;
}
.AnyTagClassName
{
color: #B10DBF;
}
</style>
background-color css
<style>
a { background-color: #B10DBF; }
a { background-color: rgb(177,13,191); }
div.DivClassName
{
background-color: #B10DBF;
}
.BgClassName
{
background-color: #B10DBF;
}
</style>
border-color css
<style>
span { border-color: #B10DBF; }
span { border-color: rgb(177,13,191); }
td.TdClassName
{
border-color: #B10DBF;
}
.TagClassName
{
border-color: #B10DBF;
}
</style>