Shades of Deep Magenta #B115C2
Tints of Deep Magenta #B115C2
RGB
CMYK
RGB Variations
Color information
#B115C2 (or 0xB115C2) is known color: Deep Magenta. HEX triplet: B1, 15 and C2. RGB value is (177,21,194). Sum of RGB (Red+Green+Blue) = 177+21+194=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #B115C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115C2 is #4EEA3D. Grayscale: #565656. Windows color (decimal): -5171774 or 12719537. OLE color: 12719537.
HSL color Cylindrical-coordinate representation of color #B115C2: hue angle of 294.1º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B115C2 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 21 | 194 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.24 |
| HSL | 294.1º | 0.8% | 0.42% | - |
| HSV(B) | 294.1º | 0.89% | 0.76% | - |
| XYZ | 28.14 | 13.78 | 52.22 | - |
| YUV | 87.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 194 | 0.09 | 0.89 | 0 | 0.24 | 294.1 | 0.8 | 0.42 |
| Hex | B1 | 15 | C2 | 9 | 59 | 0 | 18 | 126 | 50 | 2A |
| Octal | 261 | 25 | 302 | 11 | 131 | 0 | 30 | 446 | 120 | 52 |
| Binary | 10110001 | 10101 | 11000010 | 1001 | 1011001 | 0 | 11000 | 100100110 | 1010000 | 101010 |
Color Harmonies of #B115C2
Complementary color
Monochromatic Colors of #B115C2
Black with #B115C2
Text Example
Text Example
White with #B115C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115C2; }
p { color: rgb(177,21,194); }
H1.HeaderClassName
{
color: #B115C2;
}
.AnyTagClassName
{
color: #B115C2;
}
</style>
background-color css
<style>
a { background-color: #B115C2; }
a { background-color: rgb(177,21,194); }
div.DivClassName
{
background-color: #B115C2;
}
.BgClassName
{
background-color: #B115C2;
}
</style>
border-color css
<style>
span { border-color: #B115C2; }
span { border-color: rgb(177,21,194); }
td.TdClassName
{
border-color: #B115C2;
}
.TagClassName
{
border-color: #B115C2;
}
</style>