Shades of Deep Magenta #B115C6
Tints of Deep Magenta #B115C6
RGB
CMYK
RGB Variations
Color information
#B115C6 (or 0xB115C6) is known color: Deep Magenta. HEX triplet: B1, 15 and C6. RGB value is (177,21,198). Sum of RGB (Red+Green+Blue) = 177+21+198=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #B115C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115C6 is #4EEA39. Grayscale: #575757. Windows color (decimal): -5171770 or 12981681. OLE color: 12981681.
HSL color Cylindrical-coordinate representation of color #B115C6: hue angle of 292.88º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115C6 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 21 | 198 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.22 |
| HSL | 292.88º | 0.81% | 0.43% | - |
| HSV(B) | 292.88º | 0.89% | 0.78% | - |
| XYZ | 28.59 | 13.96 | 54.61 | - |
| YUV | 87.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 198 | 0.11 | 0.89 | 0 | 0.22 | 292.88 | 0.81 | 0.43 |
| Hex | B1 | 15 | C6 | B | 59 | 0 | 16 | 125 | 51 | 2B |
| Octal | 261 | 25 | 306 | 13 | 131 | 0 | 26 | 445 | 121 | 53 |
| Binary | 10110001 | 10101 | 11000110 | 1011 | 1011001 | 0 | 10110 | 100100101 | 1010001 | 101011 |
Color Harmonies of #B115C6
Complementary color
Monochromatic Colors of #B115C6
Black with #B115C6
Text Example
Text Example
White with #B115C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115C6; }
p { color: rgb(177,21,198); }
H1.HeaderClassName
{
color: #B115C6;
}
.AnyTagClassName
{
color: #B115C6;
}
</style>
background-color css
<style>
a { background-color: #B115C6; }
a { background-color: rgb(177,21,198); }
div.DivClassName
{
background-color: #B115C6;
}
.BgClassName
{
background-color: #B115C6;
}
</style>
border-color css
<style>
span { border-color: #B115C6; }
span { border-color: rgb(177,21,198); }
td.TdClassName
{
border-color: #B115C6;
}
.TagClassName
{
border-color: #B115C6;
}
</style>