Shades of Deep Magenta #B105BA
Tints of Deep Magenta #B105BA
RGB
CMYK
RGB Variations
Color information
#B105BA (or 0xB105BA) is known color: Deep Magenta. HEX triplet: B1, 05 and BA. RGB value is (177,5,186). Sum of RGB (Red+Green+Blue) = 177+5+186=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #B105BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B105BA is #4EFA45. Grayscale: #4C4C4C. Windows color (decimal): -5175878 or 12191153. OLE color: 12191153.
HSL color Cylindrical-coordinate representation of color #B105BA: hue angle of 297.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B105BA is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 5 | 186 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.27 |
| HSL | 297.02º | 0.95% | 0.37% | - |
| HSV(B) | 297.02º | 0.97% | 0.73% | - |
| XYZ | 27.05 | 13 | 47.54 | - |
| YUV | 77.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 186 | 0.05 | 0.97 | 0 | 0.27 | 297.02 | 0.95 | 0.37 |
| Hex | B1 | 5 | BA | 5 | 61 | 0 | 1B | 129 | 5F | 25 |
| Octal | 261 | 5 | 272 | 5 | 141 | 0 | 33 | 451 | 137 | 45 |
| Binary | 10110001 | 101 | 10111010 | 101 | 1100001 | 0 | 11011 | 100101001 | 1011111 | 100101 |
Color Harmonies of #B105BA
Complementary color
Monochromatic Colors of #B105BA
Black with #B105BA
Text Example
Text Example
White with #B105BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105BA; }
p { color: rgb(177,5,186); }
H1.HeaderClassName
{
color: #B105BA;
}
.AnyTagClassName
{
color: #B105BA;
}
</style>
background-color css
<style>
a { background-color: #B105BA; }
a { background-color: rgb(177,5,186); }
div.DivClassName
{
background-color: #B105BA;
}
.BgClassName
{
background-color: #B105BA;
}
</style>
border-color css
<style>
span { border-color: #B105BA; }
span { border-color: rgb(177,5,186); }
td.TdClassName
{
border-color: #B105BA;
}
.TagClassName
{
border-color: #B105BA;
}
</style>