Shades of Deep Magenta #B101BA
Tints of Deep Magenta #B101BA
RGB
CMYK
RGB Variations
Color information
#B101BA (or 0xB101BA) is known color: Deep Magenta. HEX triplet: B1, 01 and BA. RGB value is (177,1,186). Sum of RGB (Red+Green+Blue) = 177+1+186=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #B101BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101BA is #4EFE45. Grayscale: #4A4A4A. Windows color (decimal): -5176902 or 12190129. OLE color: 12190129.
HSL color Cylindrical-coordinate representation of color #B101BA: hue angle of 297.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B101BA is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 1 | 186 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.27 |
| HSL | 297.08º | 0.99% | 0.37% | - |
| HSV(B) | 297.08º | 0.99% | 0.73% | - |
| XYZ | 27.01 | 12.91 | 47.52 | - |
| YUV | 74.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 186 | 0.05 | 0.99 | 0 | 0.27 | 297.08 | 0.99 | 0.37 |
| Hex | B1 | 1 | BA | 5 | 63 | 0 | 1B | 129 | 63 | 25 |
| Octal | 261 | 1 | 272 | 5 | 143 | 0 | 33 | 451 | 143 | 45 |
| Binary | 10110001 | 1 | 10111010 | 101 | 1100011 | 0 | 11011 | 100101001 | 1100011 | 100101 |
Color Harmonies of #B101BA
Complementary color
Monochromatic Colors of #B101BA
Black with #B101BA
Text Example
Text Example
White with #B101BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B101BA; }
p { color: rgb(177,1,186); }
H1.HeaderClassName
{
color: #B101BA;
}
.AnyTagClassName
{
color: #B101BA;
}
</style>
background-color css
<style>
a { background-color: #B101BA; }
a { background-color: rgb(177,1,186); }
div.DivClassName
{
background-color: #B101BA;
}
.BgClassName
{
background-color: #B101BA;
}
</style>
border-color css
<style>
span { border-color: #B101BA; }
span { border-color: rgb(177,1,186); }
td.TdClassName
{
border-color: #B101BA;
}
.TagClassName
{
border-color: #B101BA;
}
</style>