Shades of Deep Magenta #B115C9
Tints of Deep Magenta #B115C9
RGB
CMYK
RGB Variations
Color information
#B115C9 (or 0xB115C9) is known color: Deep Magenta. HEX triplet: B1, 15 and C9. RGB value is (177,21,201). Sum of RGB (Red+Green+Blue) = 177+21+201=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #B115C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115C9 is #4EEA36. Grayscale: #575757. Windows color (decimal): -5171767 or 13178289. OLE color: 13178289.
HSL color Cylindrical-coordinate representation of color #B115C9: hue angle of 292º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B115C9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 21 | 201 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.21 |
| HSL | 292º | 0.81% | 0.44% | - |
| HSV(B) | 292º | 0.9% | 0.79% | - |
| XYZ | 28.94 | 14.1 | 56.45 | - |
| YUV | 88.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 201 | 0.12 | 0.90 | 0 | 0.21 | 292 | 0.81 | 0.44 |
| Hex | B1 | 15 | C9 | C | 5A | 0 | 15 | 124 | 51 | 2C |
| Octal | 261 | 25 | 311 | 14 | 132 | 0 | 25 | 444 | 121 | 54 |
| Binary | 10110001 | 10101 | 11001001 | 1100 | 1011010 | 0 | 10101 | 100100100 | 1010001 | 101100 |
Color Harmonies of #B115C9
Complementary color
Monochromatic Colors of #B115C9
Black with #B115C9
Text Example
Text Example
White with #B115C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115C9; }
p { color: rgb(177,21,201); }
H1.HeaderClassName
{
color: #B115C9;
}
.AnyTagClassName
{
color: #B115C9;
}
</style>
background-color css
<style>
a { background-color: #B115C9; }
a { background-color: rgb(177,21,201); }
div.DivClassName
{
background-color: #B115C9;
}
.BgClassName
{
background-color: #B115C9;
}
</style>
border-color css
<style>
span { border-color: #B115C9; }
span { border-color: rgb(177,21,201); }
td.TdClassName
{
border-color: #B115C9;
}
.TagClassName
{
border-color: #B115C9;
}
</style>