Shades of Deep Magenta #B611CE
Tints of Deep Magenta #B611CE
RGB
CMYK
RGB Variations
Color information
#B611CE (or 0xB611CE) is known color: Deep Magenta. HEX triplet: B6, 11 and CE. RGB value is (182,17,206). Sum of RGB (Red+Green+Blue) = 182+17+206=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #B611CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611CE is #49EE31. Grayscale: #575757. Windows color (decimal): -4845106 or 13504950. OLE color: 13504950.
HSL color Cylindrical-coordinate representation of color #B611CE: hue angle of 292.38º 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 #B611CE is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 17 | 206 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.19 |
| HSL | 292.38º | 0.85% | 0.44% | - |
| HSV(B) | 292.38º | 0.92% | 0.81% | - |
| XYZ | 30.63 | 14.8 | 59.64 | - |
| YUV | 87.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 206 | 0.12 | 0.92 | 0 | 0.19 | 292.38 | 0.85 | 0.44 |
| Hex | B6 | 11 | CE | C | 5C | 0 | 13 | 124 | 55 | 2C |
| Octal | 266 | 21 | 316 | 14 | 134 | 0 | 23 | 444 | 125 | 54 |
| Binary | 10110110 | 10001 | 11001110 | 1100 | 1011100 | 0 | 10011 | 100100100 | 1010101 | 101100 |
Color Harmonies of #B611CE
Complementary color
Monochromatic Colors of #B611CE
Black with #B611CE
Text Example
Text Example
White with #B611CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611CE; }
p { color: rgb(182,17,206); }
H1.HeaderClassName
{
color: #B611CE;
}
.AnyTagClassName
{
color: #B611CE;
}
</style>
background-color css
<style>
a { background-color: #B611CE; }
a { background-color: rgb(182,17,206); }
div.DivClassName
{
background-color: #B611CE;
}
.BgClassName
{
background-color: #B611CE;
}
</style>
border-color css
<style>
span { border-color: #B611CE; }
span { border-color: rgb(182,17,206); }
td.TdClassName
{
border-color: #B611CE;
}
.TagClassName
{
border-color: #B611CE;
}
</style>