Shades of Deep Magenta #B115BE
Tints of Deep Magenta #B115BE
RGB
CMYK
RGB Variations
Color information
#B115BE (or 0xB115BE) is known color: Deep Magenta. HEX triplet: B1, 15 and BE. RGB value is (177,21,190). Sum of RGB (Red+Green+Blue) = 177+21+190=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #B115BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115BE is #4EEA41. Grayscale: #565656. Windows color (decimal): -5171778 or 12457393. OLE color: 12457393.
HSL color Cylindrical-coordinate representation of color #B115BE: hue angle of 295.38º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115BE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 21 | 190 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.25 |
| HSL | 295.38º | 0.8% | 0.41% | - |
| HSV(B) | 295.38º | 0.89% | 0.75% | - |
| XYZ | 27.69 | 13.6 | 49.88 | - |
| YUV | 86.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 190 | 0.07 | 0.89 | 0 | 0.25 | 295.38 | 0.8 | 0.41 |
| Hex | B1 | 15 | BE | 7 | 59 | 0 | 19 | 127 | 50 | 29 |
| Octal | 261 | 25 | 276 | 7 | 131 | 0 | 31 | 447 | 120 | 51 |
| Binary | 10110001 | 10101 | 10111110 | 111 | 1011001 | 0 | 11001 | 100100111 | 1010000 | 101001 |
Color Harmonies of #B115BE
Complementary color
Monochromatic Colors of #B115BE
Black with #B115BE
Text Example
Text Example
White with #B115BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115BE; }
p { color: rgb(177,21,190); }
H1.HeaderClassName
{
color: #B115BE;
}
.AnyTagClassName
{
color: #B115BE;
}
</style>
background-color css
<style>
a { background-color: #B115BE; }
a { background-color: rgb(177,21,190); }
div.DivClassName
{
background-color: #B115BE;
}
.BgClassName
{
background-color: #B115BE;
}
</style>
border-color css
<style>
span { border-color: #B115BE; }
span { border-color: rgb(177,21,190); }
td.TdClassName
{
border-color: #B115BE;
}
.TagClassName
{
border-color: #B115BE;
}
</style>