Shades of Deep Magenta #B311CC
Tints of Deep Magenta #B311CC
RGB
CMYK
RGB Variations
Color information
#B311CC (or 0xB311CC) is known color: Deep Magenta. HEX triplet: B3, 11 and CC. RGB value is (179,17,204). Sum of RGB (Red+Green+Blue) = 179+17+204=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B311CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311CC is #4CEE33. Grayscale: #565656. Windows color (decimal): -5041716 or 13373875. OLE color: 13373875.
HSL color Cylindrical-coordinate representation of color #B311CC: hue angle of 291.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B311CC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 17 | 204 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.2 |
| HSL | 291.98º | 0.85% | 0.43% | - |
| HSV(B) | 291.98º | 0.92% | 0.8% | - |
| XYZ | 29.69 | 14.34 | 58.33 | - |
| YUV | 86.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 204 | 0.12 | 0.92 | 0 | 0.2 | 291.98 | 0.85 | 0.43 |
| Hex | B3 | 11 | CC | C | 5C | 0 | 14 | 124 | 55 | 2B |
| Octal | 263 | 21 | 314 | 14 | 134 | 0 | 24 | 444 | 125 | 53 |
| Binary | 10110011 | 10001 | 11001100 | 1100 | 1011100 | 0 | 10100 | 100100100 | 1010101 | 101011 |
Color Harmonies of #B311CC
Complementary color
Monochromatic Colors of #B311CC
Black with #B311CC
Text Example
Text Example
White with #B311CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B311CC; }
p { color: rgb(179,17,204); }
H1.HeaderClassName
{
color: #B311CC;
}
.AnyTagClassName
{
color: #B311CC;
}
</style>
background-color css
<style>
a { background-color: #B311CC; }
a { background-color: rgb(179,17,204); }
div.DivClassName
{
background-color: #B311CC;
}
.BgClassName
{
background-color: #B311CC;
}
</style>
border-color css
<style>
span { border-color: #B311CC; }
span { border-color: rgb(179,17,204); }
td.TdClassName
{
border-color: #B311CC;
}
.TagClassName
{
border-color: #B311CC;
}
</style>