Shades of Deep Magenta #B115BC
Tints of Deep Magenta #B115BC
RGB
CMYK
RGB Variations
Color information
#B115BC (or 0xB115BC) is known color: Deep Magenta. HEX triplet: B1, 15 and BC. RGB value is (177,21,188). Sum of RGB (Red+Green+Blue) = 177+21+188=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #B115BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115BC is #4EEA43. Grayscale: #565656. Windows color (decimal): -5171780 or 12326321. OLE color: 12326321.
HSL color Cylindrical-coordinate representation of color #B115BC: hue angle of 296.05º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115BC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 21 | 188 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.26 |
| HSL | 296.05º | 0.8% | 0.41% | - |
| HSV(B) | 296.05º | 0.89% | 0.74% | - |
| XYZ | 27.48 | 13.51 | 48.74 | - |
| YUV | 86.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 188 | 0.06 | 0.89 | 0 | 0.26 | 296.05 | 0.8 | 0.41 |
| Hex | B1 | 15 | BC | 6 | 59 | 0 | 1A | 128 | 50 | 29 |
| Octal | 261 | 25 | 274 | 6 | 131 | 0 | 32 | 450 | 120 | 51 |
| Binary | 10110001 | 10101 | 10111100 | 110 | 1011001 | 0 | 11010 | 100101000 | 1010000 | 101001 |
Color Harmonies of #B115BC
Complementary color
Monochromatic Colors of #B115BC
Black with #B115BC
Text Example
Text Example
White with #B115BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115BC; }
p { color: rgb(177,21,188); }
H1.HeaderClassName
{
color: #B115BC;
}
.AnyTagClassName
{
color: #B115BC;
}
</style>
background-color css
<style>
a { background-color: #B115BC; }
a { background-color: rgb(177,21,188); }
div.DivClassName
{
background-color: #B115BC;
}
.BgClassName
{
background-color: #B115BC;
}
</style>
border-color css
<style>
span { border-color: #B115BC; }
span { border-color: rgb(177,21,188); }
td.TdClassName
{
border-color: #B115BC;
}
.TagClassName
{
border-color: #B115BC;
}
</style>