Shades of Deep Magenta #B10BBA
Tints of Deep Magenta #B10BBA
RGB
CMYK
RGB Variations
Color information
#B10BBA (or 0xB10BBA) is known color: Deep Magenta. HEX triplet: B1, 0B and BA. RGB value is (177,11,186). Sum of RGB (Red+Green+Blue) = 177+11+186=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #B10BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BBA is #4EF445. Grayscale: #505050. Windows color (decimal): -5174342 or 12192689. OLE color: 12192689.
HSL color Cylindrical-coordinate representation of color #B10BBA: hue angle of 296.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10BBA is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 11 | 186 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.27 |
| HSL | 296.91º | 0.89% | 0.39% | - |
| HSV(B) | 296.91º | 0.94% | 0.73% | - |
| XYZ | 27.11 | 13.13 | 47.56 | - |
| YUV | 80.58 | 187.5 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 11 | 186 | 0.05 | 0.94 | 0 | 0.27 | 296.91 | 0.89 | 0.39 |
| Hex | B1 | B | BA | 5 | 5E | 0 | 1B | 129 | 59 | 27 |
| Octal | 261 | 13 | 272 | 5 | 136 | 0 | 33 | 451 | 131 | 47 |
| Binary | 10110001 | 1011 | 10111010 | 101 | 1011110 | 0 | 11011 | 100101001 | 1011001 | 100111 |
Color Harmonies of #B10BBA
Complementary color
Monochromatic Colors of #B10BBA
Black with #B10BBA
Text Example
Text Example
White with #B10BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10BBA; }
p { color: rgb(177,11,186); }
H1.HeaderClassName
{
color: #B10BBA;
}
.AnyTagClassName
{
color: #B10BBA;
}
</style>
background-color css
<style>
a { background-color: #B10BBA; }
a { background-color: rgb(177,11,186); }
div.DivClassName
{
background-color: #B10BBA;
}
.BgClassName
{
background-color: #B10BBA;
}
</style>
border-color css
<style>
span { border-color: #B10BBA; }
span { border-color: rgb(177,11,186); }
td.TdClassName
{
border-color: #B10BBA;
}
.TagClassName
{
border-color: #B10BBA;
}
</style>