Shades of Deep Magenta #B100BA
Tints of Deep Magenta #B100BA
RGB
CMYK
RGB Variations
Color information
#B100BA (or 0xB100BA) is known color: Deep Magenta. HEX triplet: B1, 00 and BA. RGB value is (177,0,186). Sum of RGB (Red+Green+Blue) = 177+0+186=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #B100BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100BA is #4EFF45. Grayscale: #494949. Windows color (decimal): -5177158 or 12189873. OLE color: 12189873.
HSL color Cylindrical-coordinate representation of color #B100BA: hue angle of 297.1º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100BA is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 0 | 186 | - |
| CMYK | 0.05 | 1 | 0 | 0.27 |
| HSL | 297.1º | 1% | 0.36% | - |
| HSV(B) | 297.1º | 1% | 0.73% | - |
| XYZ | 26.99 | 12.89 | 47.52 | - |
| YUV | 74.13 | 191.14 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 186 | 0.05 | 1 | 0 | 0.27 | 297.1 | 1 | 0.36 |
| Hex | B1 | 0 | BA | 5 | 64 | 0 | 1B | 129 | 64 | 24 |
| Octal | 261 | 0 | 272 | 5 | 144 | 0 | 33 | 451 | 144 | 44 |
| Binary | 10110001 | 0 | 10111010 | 101 | 1100100 | 0 | 11011 | 100101001 | 1100100 | 100100 |
Color Harmonies of #B100BA
Complementary color
Monochromatic Colors of #B100BA
Black with #B100BA
Text Example
Text Example
White with #B100BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100BA; }
p { color: rgb(177,0,186); }
H1.HeaderClassName
{
color: #B100BA;
}
.AnyTagClassName
{
color: #B100BA;
}
</style>
background-color css
<style>
a { background-color: #B100BA; }
a { background-color: rgb(177,0,186); }
div.DivClassName
{
background-color: #B100BA;
}
.BgClassName
{
background-color: #B100BA;
}
</style>
border-color css
<style>
span { border-color: #B100BA; }
span { border-color: rgb(177,0,186); }
td.TdClassName
{
border-color: #B100BA;
}
.TagClassName
{
border-color: #B100BA;
}
</style>