Shades of Deep Magenta #B811C6
Tints of Deep Magenta #B811C6
RGB
CMYK
RGB Variations
Color information
#B811C6 (or 0xB811C6) is known color: Deep Magenta. HEX triplet: B8, 11 and C6. RGB value is (184,17,198). Sum of RGB (Red+Green+Blue) = 184+17+198=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #B811C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811C6 is #47EE39. Grayscale: #575757. Windows color (decimal): -4714042 or 12980664. OLE color: 12980664.
HSL color Cylindrical-coordinate representation of color #B811C6: hue angle of 295.36º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B811C6 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 17 | 198 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.22 |
| HSL | 295.36º | 0.84% | 0.42% | - |
| HSV(B) | 295.36º | 0.91% | 0.78% | - |
| XYZ | 30.16 | 14.67 | 54.67 | - |
| YUV | 87.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 198 | 0.07 | 0.91 | 0 | 0.22 | 295.36 | 0.84 | 0.42 |
| Hex | B8 | 11 | C6 | 7 | 5B | 0 | 16 | 127 | 54 | 2A |
| Octal | 270 | 21 | 306 | 7 | 133 | 0 | 26 | 447 | 124 | 52 |
| Binary | 10111000 | 10001 | 11000110 | 111 | 1011011 | 0 | 10110 | 100100111 | 1010100 | 101010 |
Color Harmonies of #B811C6
Complementary color
Monochromatic Colors of #B811C6
Black with #B811C6
Text Example
Text Example
White with #B811C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811C6; }
p { color: rgb(184,17,198); }
H1.HeaderClassName
{
color: #B811C6;
}
.AnyTagClassName
{
color: #B811C6;
}
</style>
background-color css
<style>
a { background-color: #B811C6; }
a { background-color: rgb(184,17,198); }
div.DivClassName
{
background-color: #B811C6;
}
.BgClassName
{
background-color: #B811C6;
}
</style>
border-color css
<style>
span { border-color: #B811C6; }
span { border-color: rgb(184,17,198); }
td.TdClassName
{
border-color: #B811C6;
}
.TagClassName
{
border-color: #B811C6;
}
</style>