Shades of Deep Magenta #B811BE
Tints of Deep Magenta #B811BE
RGB
CMYK
RGB Variations
Color information
#B811BE (or 0xB811BE) is known color: Deep Magenta. HEX triplet: B8, 11 and BE. RGB value is (184,17,190). Sum of RGB (Red+Green+Blue) = 184+17+190=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #B811BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811BE is #47EE41. Grayscale: #565656. Windows color (decimal): -4714050 or 12456376. OLE color: 12456376.
HSL color Cylindrical-coordinate representation of color #B811BE: hue angle of 297.92º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B811BE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 17 | 190 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.25 |
| HSL | 297.92º | 0.84% | 0.41% | - |
| HSV(B) | 297.92º | 0.91% | 0.75% | - |
| XYZ | 29.26 | 14.31 | 49.93 | - |
| YUV | 86.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 190 | 0.03 | 0.91 | 0 | 0.25 | 297.92 | 0.84 | 0.41 |
| Hex | B8 | 11 | BE | 3 | 5B | 0 | 19 | 12A | 54 | 29 |
| Octal | 270 | 21 | 276 | 3 | 133 | 0 | 31 | 452 | 124 | 51 |
| Binary | 10111000 | 10001 | 10111110 | 11 | 1011011 | 0 | 11001 | 100101010 | 1010100 | 101001 |
Color Harmonies of #B811BE
Complementary color
Monochromatic Colors of #B811BE
Black with #B811BE
Text Example
Text Example
White with #B811BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811BE; }
p { color: rgb(184,17,190); }
H1.HeaderClassName
{
color: #B811BE;
}
.AnyTagClassName
{
color: #B811BE;
}
</style>
background-color css
<style>
a { background-color: #B811BE; }
a { background-color: rgb(184,17,190); }
div.DivClassName
{
background-color: #B811BE;
}
.BgClassName
{
background-color: #B811BE;
}
</style>
border-color css
<style>
span { border-color: #B811BE; }
span { border-color: rgb(184,17,190); }
td.TdClassName
{
border-color: #B811BE;
}
.TagClassName
{
border-color: #B811BE;
}
</style>