Shades of Deep Magenta #B10FBA
Tints of Deep Magenta #B10FBA
RGB
CMYK
RGB Variations
Color information
#B10FBA (or 0xB10FBA) is known color: Deep Magenta. HEX triplet: B1, 0F and BA. RGB value is (177,15,186). Sum of RGB (Red+Green+Blue) = 177+15+186=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 15 (6.25% from 255 or 3.97% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #B10FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10FBA is #4EF045. Grayscale: #525252. Windows color (decimal): -5173318 or 12193713. OLE color: 12193713.
HSL color Cylindrical-coordinate representation of color #B10FBA: hue angle of 296.84º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B10FBA is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 15 | 186 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.27 |
| HSL | 296.84º | 0.85% | 0.39% | - |
| HSV(B) | 296.84º | 0.92% | 0.73% | - |
| XYZ | 27.17 | 13.23 | 47.58 | - |
| YUV | 82.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 186 | 0.05 | 0.92 | 0 | 0.27 | 296.84 | 0.85 | 0.39 |
| Hex | B1 | F | BA | 5 | 5C | 0 | 1B | 129 | 55 | 27 |
| Octal | 261 | 17 | 272 | 5 | 134 | 0 | 33 | 451 | 125 | 47 |
| Binary | 10110001 | 1111 | 10111010 | 101 | 1011100 | 0 | 11011 | 100101001 | 1010101 | 100111 |
Color Harmonies of #B10FBA
Complementary color
Monochromatic Colors of #B10FBA
Black with #B10FBA
Text Example
Text Example
White with #B10FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FBA; }
p { color: rgb(177,15,186); }
H1.HeaderClassName
{
color: #B10FBA;
}
.AnyTagClassName
{
color: #B10FBA;
}
</style>
background-color css
<style>
a { background-color: #B10FBA; }
a { background-color: rgb(177,15,186); }
div.DivClassName
{
background-color: #B10FBA;
}
.BgClassName
{
background-color: #B10FBA;
}
</style>
border-color css
<style>
span { border-color: #B10FBA; }
span { border-color: rgb(177,15,186); }
td.TdClassName
{
border-color: #B10FBA;
}
.TagClassName
{
border-color: #B10FBA;
}
</style>