Shades of Deep Magenta #B311C2
Tints of Deep Magenta #B311C2
RGB
CMYK
RGB Variations
Color information
#B311C2 (or 0xB311C2) is known color: Deep Magenta. HEX triplet: B3, 11 and C2. RGB value is (179,17,194). Sum of RGB (Red+Green+Blue) = 179+17+194=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 17 (7.03% from 255 or 4.36% 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 #B311C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311C2 is #4CEE3D. Grayscale: #555555. Windows color (decimal): -5041726 or 12718515. OLE color: 12718515.
HSL color Cylindrical-coordinate representation of color #B311C2: hue angle of 294.92º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B311C2 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 17 | 194 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.24 |
| HSL | 294.92º | 0.84% | 0.41% | - |
| HSV(B) | 294.92º | 0.91% | 0.76% | - |
| XYZ | 28.53 | 13.88 | 52.21 | - |
| YUV | 85.62 | 189.17 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 194 | 0.08 | 0.91 | 0 | 0.24 | 294.92 | 0.84 | 0.41 |
| Hex | B3 | 11 | C2 | 8 | 5B | 0 | 18 | 127 | 54 | 29 |
| Octal | 263 | 21 | 302 | 10 | 133 | 0 | 30 | 447 | 124 | 51 |
| Binary | 10110011 | 10001 | 11000010 | 1000 | 1011011 | 0 | 11000 | 100100111 | 1010100 | 101001 |
Color Harmonies of #B311C2
Complementary color
Monochromatic Colors of #B311C2
Black with #B311C2
Text Example
Text Example
White with #B311C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B311C2; }
p { color: rgb(179,17,194); }
H1.HeaderClassName
{
color: #B311C2;
}
.AnyTagClassName
{
color: #B311C2;
}
</style>
background-color css
<style>
a { background-color: #B311C2; }
a { background-color: rgb(179,17,194); }
div.DivClassName
{
background-color: #B311C2;
}
.BgClassName
{
background-color: #B311C2;
}
</style>
border-color css
<style>
span { border-color: #B311C2; }
span { border-color: rgb(179,17,194); }
td.TdClassName
{
border-color: #B311C2;
}
.TagClassName
{
border-color: #B311C2;
}
</style>