Shades of Deep Magenta #B115B5
Tints of Deep Magenta #B115B5
RGB
CMYK
RGB Variations
Color information
#B115B5 (or 0xB115B5) is known color: Deep Magenta. HEX triplet: B1, 15 and B5. RGB value is (177,21,181). Sum of RGB (Red+Green+Blue) = 177+21+181=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #B115B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115B5 is #4EEA4A. Grayscale: #555555. Windows color (decimal): -5171787 or 11867569. OLE color: 11867569.
HSL color Cylindrical-coordinate representation of color #B115B5: hue angle of 298.5º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B115B5 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 21 | 181 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.29 |
| HSL | 298.5º | 0.79% | 0.4% | - |
| HSV(B) | 298.5º | 0.88% | 0.71% | - |
| XYZ | 26.74 | 13.22 | 44.86 | - |
| YUV | 85.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 181 | 0.02 | 0.88 | 0 | 0.29 | 298.5 | 0.79 | 0.4 |
| Hex | B1 | 15 | B5 | 2 | 58 | 0 | 1D | 12A | 4F | 28 |
| Octal | 261 | 25 | 265 | 2 | 130 | 0 | 35 | 452 | 117 | 50 |
| Binary | 10110001 | 10101 | 10110101 | 10 | 1011000 | 0 | 11101 | 100101010 | 1001111 | 101000 |
Color Harmonies of #B115B5
Complementary color
Monochromatic Colors of #B115B5
Black with #B115B5
Text Example
Text Example
White with #B115B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115B5; }
p { color: rgb(177,21,181); }
H1.HeaderClassName
{
color: #B115B5;
}
.AnyTagClassName
{
color: #B115B5;
}
</style>
background-color css
<style>
a { background-color: #B115B5; }
a { background-color: rgb(177,21,181); }
div.DivClassName
{
background-color: #B115B5;
}
.BgClassName
{
background-color: #B115B5;
}
</style>
border-color css
<style>
span { border-color: #B115B5; }
span { border-color: rgb(177,21,181); }
td.TdClassName
{
border-color: #B115B5;
}
.TagClassName
{
border-color: #B115B5;
}
</style>