Shades of Deep Magenta #B611CC
Tints of Deep Magenta #B611CC
RGB
CMYK
RGB Variations
Color information
#B611CC (or 0xB611CC) is known color: Deep Magenta. HEX triplet: B6, 11 and CC. RGB value is (182,17,204). Sum of RGB (Red+Green+Blue) = 182+17+204=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #B611CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611CC is #49EE33. Grayscale: #575757. Windows color (decimal): -4845108 or 13373878. OLE color: 13373878.
HSL color Cylindrical-coordinate representation of color #B611CC: hue angle of 292.94º 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 #B611CC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 17 | 204 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.2 |
| HSL | 292.94º | 0.85% | 0.43% | - |
| HSV(B) | 292.94º | 0.92% | 0.8% | - |
| XYZ | 30.39 | 14.71 | 58.36 | - |
| YUV | 87.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 204 | 0.11 | 0.92 | 0 | 0.2 | 292.94 | 0.85 | 0.43 |
| Hex | B6 | 11 | CC | B | 5C | 0 | 14 | 125 | 55 | 2B |
| Octal | 266 | 21 | 314 | 13 | 134 | 0 | 24 | 445 | 125 | 53 |
| Binary | 10110110 | 10001 | 11001100 | 1011 | 1011100 | 0 | 10100 | 100100101 | 1010101 | 101011 |
Color Harmonies of #B611CC
Complementary color
Monochromatic Colors of #B611CC
Black with #B611CC
Text Example
Text Example
White with #B611CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B611CC; }
p { color: rgb(182,17,204); }
H1.HeaderClassName
{
color: #B611CC;
}
.AnyTagClassName
{
color: #B611CC;
}
</style>
background-color css
<style>
a { background-color: #B611CC; }
a { background-color: rgb(182,17,204); }
div.DivClassName
{
background-color: #B611CC;
}
.BgClassName
{
background-color: #B611CC;
}
</style>
border-color css
<style>
span { border-color: #B611CC; }
span { border-color: rgb(182,17,204); }
td.TdClassName
{
border-color: #B611CC;
}
.TagClassName
{
border-color: #B611CC;
}
</style>