Shades of Deep Magenta #B114BA
Tints of Deep Magenta #B114BA
RGB
CMYK
RGB Variations
Color information
#B114BA (or 0xB114BA) is known color: Deep Magenta. HEX triplet: B1, 14 and BA. RGB value is (177,20,186). Sum of RGB (Red+Green+Blue) = 177+20+186=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #B114BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B114BA is #4EEB45. Grayscale: #555555. Windows color (decimal): -5172038 or 12194993. OLE color: 12194993.
HSL color Cylindrical-coordinate representation of color #B114BA: hue angle of 296.75º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B114BA is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 20 | 186 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.27 |
| HSL | 296.75º | 0.81% | 0.4% | - |
| HSV(B) | 296.75º | 0.89% | 0.73% | - |
| XYZ | 27.24 | 13.39 | 47.6 | - |
| YUV | 85.87 | 184.51 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 186 | 0.05 | 0.89 | 0 | 0.27 | 296.75 | 0.81 | 0.4 |
| Hex | B1 | 14 | BA | 5 | 59 | 0 | 1B | 129 | 51 | 28 |
| Octal | 261 | 24 | 272 | 5 | 131 | 0 | 33 | 451 | 121 | 50 |
| Binary | 10110001 | 10100 | 10111010 | 101 | 1011001 | 0 | 11011 | 100101001 | 1010001 | 101000 |
Color Harmonies of #B114BA
Complementary color
Monochromatic Colors of #B114BA
Black with #B114BA
Text Example
Text Example
White with #B114BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B114BA; }
p { color: rgb(177,20,186); }
H1.HeaderClassName
{
color: #B114BA;
}
.AnyTagClassName
{
color: #B114BA;
}
</style>
background-color css
<style>
a { background-color: #B114BA; }
a { background-color: rgb(177,20,186); }
div.DivClassName
{
background-color: #B114BA;
}
.BgClassName
{
background-color: #B114BA;
}
</style>
border-color css
<style>
span { border-color: #B114BA; }
span { border-color: rgb(177,20,186); }
td.TdClassName
{
border-color: #B114BA;
}
.TagClassName
{
border-color: #B114BA;
}
</style>