Shades of Deep Magenta #B115B8
Tints of Deep Magenta #B115B8
RGB
CMYK
RGB Variations
Color information
#B115B8 (or 0xB115B8) is known color: Deep Magenta. HEX triplet: B1, 15 and B8. RGB value is (177,21,184). Sum of RGB (Red+Green+Blue) = 177+21+184=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #B115B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115B8 is #4EEA47. Grayscale: #555555. Windows color (decimal): -5171784 or 12064177. OLE color: 12064177.
HSL color Cylindrical-coordinate representation of color #B115B8: hue angle of 297.42º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115B8 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 21 | 184 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.28 |
| HSL | 297.42º | 0.8% | 0.4% | - |
| HSV(B) | 297.42º | 0.89% | 0.72% | - |
| XYZ | 27.05 | 13.34 | 46.5 | - |
| YUV | 86.23 | 183.18 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 184 | 0.04 | 0.89 | 0 | 0.28 | 297.42 | 0.8 | 0.4 |
| Hex | B1 | 15 | B8 | 4 | 59 | 0 | 1C | 129 | 50 | 28 |
| Octal | 261 | 25 | 270 | 4 | 131 | 0 | 34 | 451 | 120 | 50 |
| Binary | 10110001 | 10101 | 10111000 | 100 | 1011001 | 0 | 11100 | 100101001 | 1010000 | 101000 |
Color Harmonies of #B115B8
Complementary color
Monochromatic Colors of #B115B8
Black with #B115B8
Text Example
Text Example
White with #B115B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115B8; }
p { color: rgb(177,21,184); }
H1.HeaderClassName
{
color: #B115B8;
}
.AnyTagClassName
{
color: #B115B8;
}
</style>
background-color css
<style>
a { background-color: #B115B8; }
a { background-color: rgb(177,21,184); }
div.DivClassName
{
background-color: #B115B8;
}
.BgClassName
{
background-color: #B115B8;
}
</style>
border-color css
<style>
span { border-color: #B115B8; }
span { border-color: rgb(177,21,184); }
td.TdClassName
{
border-color: #B115B8;
}
.TagClassName
{
border-color: #B115B8;
}
</style>