Shades of Deep Magenta #B113C2
Tints of Deep Magenta #B113C2
RGB
CMYK
RGB Variations
Color information
#B113C2 (or 0xB113C2) is known color: Deep Magenta. HEX triplet: B1, 13 and C2. RGB value is (177,19,194). Sum of RGB (Red+Green+Blue) = 177+19+194=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #B113C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113C2 is #4EEC3D. Grayscale: #555555. Windows color (decimal): -5172286 or 12719025. OLE color: 12719025.
HSL color Cylindrical-coordinate representation of color #B113C2: hue angle of 294.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B113C2 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 19 | 194 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.24 |
| HSL | 294.17º | 0.82% | 0.42% | - |
| HSV(B) | 294.17º | 0.9% | 0.76% | - |
| XYZ | 28.1 | 13.71 | 52.2 | - |
| YUV | 86.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 194 | 0.09 | 0.90 | 0 | 0.24 | 294.17 | 0.82 | 0.42 |
| Hex | B1 | 13 | C2 | 9 | 5A | 0 | 18 | 126 | 52 | 2A |
| Octal | 261 | 23 | 302 | 11 | 132 | 0 | 30 | 446 | 122 | 52 |
| Binary | 10110001 | 10011 | 11000010 | 1001 | 1011010 | 0 | 11000 | 100100110 | 1010010 | 101010 |
Color Harmonies of #B113C2
Complementary color
Monochromatic Colors of #B113C2
Black with #B113C2
Text Example
Text Example
White with #B113C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B113C2; }
p { color: rgb(177,19,194); }
H1.HeaderClassName
{
color: #B113C2;
}
.AnyTagClassName
{
color: #B113C2;
}
</style>
background-color css
<style>
a { background-color: #B113C2; }
a { background-color: rgb(177,19,194); }
div.DivClassName
{
background-color: #B113C2;
}
.BgClassName
{
background-color: #B113C2;
}
</style>
border-color css
<style>
span { border-color: #B113C2; }
span { border-color: rgb(177,19,194); }
td.TdClassName
{
border-color: #B113C2;
}
.TagClassName
{
border-color: #B113C2;
}
</style>