Shades of Deep Magenta #B811BC
Tints of Deep Magenta #B811BC
RGB
CMYK
RGB Variations
Color information
#B811BC (or 0xB811BC) is known color: Deep Magenta. HEX triplet: B8, 11 and BC. RGB value is (184,17,188). Sum of RGB (Red+Green+Blue) = 184+17+188=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #B811BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811BC is #47EE43. Grayscale: #555555. Windows color (decimal): -4714052 or 12325304. OLE color: 12325304.
HSL color Cylindrical-coordinate representation of color #B811BC: hue angle of 298.6º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B811BC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 17 | 188 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.26 |
| HSL | 298.6º | 0.83% | 0.4% | - |
| HSV(B) | 298.6º | 0.91% | 0.74% | - |
| XYZ | 29.04 | 14.22 | 48.79 | - |
| YUV | 86.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 188 | 0.02 | 0.91 | 0 | 0.26 | 298.6 | 0.83 | 0.4 |
| Hex | B8 | 11 | BC | 2 | 5B | 0 | 1A | 12B | 53 | 28 |
| Octal | 270 | 21 | 274 | 2 | 133 | 0 | 32 | 453 | 123 | 50 |
| Binary | 10111000 | 10001 | 10111100 | 10 | 1011011 | 0 | 11010 | 100101011 | 1010011 | 101000 |
Color Harmonies of #B811BC
Complementary color
Monochromatic Colors of #B811BC
Black with #B811BC
Text Example
Text Example
White with #B811BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811BC; }
p { color: rgb(184,17,188); }
H1.HeaderClassName
{
color: #B811BC;
}
.AnyTagClassName
{
color: #B811BC;
}
</style>
background-color css
<style>
a { background-color: #B811BC; }
a { background-color: rgb(184,17,188); }
div.DivClassName
{
background-color: #B811BC;
}
.BgClassName
{
background-color: #B811BC;
}
</style>
border-color css
<style>
span { border-color: #B811BC; }
span { border-color: rgb(184,17,188); }
td.TdClassName
{
border-color: #B811BC;
}
.TagClassName
{
border-color: #B811BC;
}
</style>