Shades of Deep Magenta #B10DBA
Tints of Deep Magenta #B10DBA
RGB
CMYK
RGB Variations
Color information
#B10DBA (or 0xB10DBA) is known color: Deep Magenta. HEX triplet: B1, 0D and BA. RGB value is (177,13,186). Sum of RGB (Red+Green+Blue) = 177+13+186=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #B10DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DBA is #4EF245. Grayscale: #515151. Windows color (decimal): -5173830 or 12193201. OLE color: 12193201.
HSL color Cylindrical-coordinate representation of color #B10DBA: hue angle of 296.88º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10DBA is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 13 | 186 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.27 |
| HSL | 296.88º | 0.87% | 0.39% | - |
| HSV(B) | 296.88º | 0.93% | 0.73% | - |
| XYZ | 27.14 | 13.18 | 47.57 | - |
| YUV | 81.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 186 | 0.05 | 0.93 | 0 | 0.27 | 296.88 | 0.87 | 0.39 |
| Hex | B1 | D | BA | 5 | 5D | 0 | 1B | 129 | 57 | 27 |
| Octal | 261 | 15 | 272 | 5 | 135 | 0 | 33 | 451 | 127 | 47 |
| Binary | 10110001 | 1101 | 10111010 | 101 | 1011101 | 0 | 11011 | 100101001 | 1010111 | 100111 |
Color Harmonies of #B10DBA
Complementary color
Monochromatic Colors of #B10DBA
Black with #B10DBA
Text Example
Text Example
White with #B10DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DBA; }
p { color: rgb(177,13,186); }
H1.HeaderClassName
{
color: #B10DBA;
}
.AnyTagClassName
{
color: #B10DBA;
}
</style>
background-color css
<style>
a { background-color: #B10DBA; }
a { background-color: rgb(177,13,186); }
div.DivClassName
{
background-color: #B10DBA;
}
.BgClassName
{
background-color: #B10DBA;
}
</style>
border-color css
<style>
span { border-color: #B10DBA; }
span { border-color: rgb(177,13,186); }
td.TdClassName
{
border-color: #B10DBA;
}
.TagClassName
{
border-color: #B10DBA;
}
</style>