Shades of Deep Magenta #B311CF
Tints of Deep Magenta #B311CF
RGB
CMYK
RGB Variations
Color information
#B311CF (or 0xB311CF) is known color: Deep Magenta. HEX triplet: B3, 11 and CF. RGB value is (179,17,207). Sum of RGB (Red+Green+Blue) = 179+17+207=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #B311CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311CF is #4CEE30. Grayscale: #565656. Windows color (decimal): -5041713 or 13570483. OLE color: 13570483.
HSL color Cylindrical-coordinate representation of color #B311CF: hue angle of 291.16º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B311CF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 17 | 207 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.19 |
| HSL | 291.16º | 0.85% | 0.44% | - |
| HSV(B) | 291.16º | 0.92% | 0.81% | - |
| XYZ | 30.05 | 14.49 | 60.24 | - |
| YUV | 87.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 207 | 0.14 | 0.92 | 0 | 0.19 | 291.16 | 0.85 | 0.44 |
| Hex | B3 | 11 | CF | E | 5C | 0 | 13 | 123 | 55 | 2C |
| Octal | 263 | 21 | 317 | 16 | 134 | 0 | 23 | 443 | 125 | 54 |
| Binary | 10110011 | 10001 | 11001111 | 1110 | 1011100 | 0 | 10011 | 100100011 | 1010101 | 101100 |
Color Harmonies of #B311CF
Complementary color
Monochromatic Colors of #B311CF
Black with #B311CF
Text Example
Text Example
White with #B311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B311CF; }
p { color: rgb(179,17,207); }
H1.HeaderClassName
{
color: #B311CF;
}
.AnyTagClassName
{
color: #B311CF;
}
</style>
background-color css
<style>
a { background-color: #B311CF; }
a { background-color: rgb(179,17,207); }
div.DivClassName
{
background-color: #B311CF;
}
.BgClassName
{
background-color: #B311CF;
}
</style>
border-color css
<style>
span { border-color: #B311CF; }
span { border-color: rgb(179,17,207); }
td.TdClassName
{
border-color: #B311CF;
}
.TagClassName
{
border-color: #B311CF;
}
</style>