Shades of Deep Magenta #B81BDE
Tints of Deep Magenta #B81BDE
RGB
CMYK
RGB Variations
Color information
#B81BDE (or 0xB81BDE) is known color: Deep Magenta. HEX triplet: B8, 1B and DE. RGB value is (184,27,222). Sum of RGB (Red+Green+Blue) = 184+27+222=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #B81BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81BDE is #47E421. Grayscale: #5F5F5F. Windows color (decimal): -4711458 or 14556088. OLE color: 14556088.
HSL color Cylindrical-coordinate representation of color #B81BDE: hue angle of 288.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81BDE is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 27 | 222 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.13 |
| HSL | 288.31º | 0.78% | 0.49% | - |
| HSV(B) | 288.31º | 0.88% | 0.87% | - |
| XYZ | 33.34 | 16.25 | 70.49 | - |
| YUV | 96.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 222 | 0.17 | 0.88 | 0 | 0.13 | 288.31 | 0.78 | 0.49 |
| Hex | B8 | 1B | DE | 11 | 58 | 0 | D | 120 | 4E | 31 |
| Octal | 270 | 33 | 336 | 21 | 130 | 0 | 15 | 440 | 116 | 61 |
| Binary | 10111000 | 11011 | 11011110 | 10001 | 1011000 | 0 | 1101 | 100100000 | 1001110 | 110001 |
Color Harmonies of #B81BDE
Complementary color
Monochromatic Colors of #B81BDE
Black with #B81BDE
Text Example
Text Example
White with #B81BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BDE; }
p { color: rgb(184,27,222); }
H1.HeaderClassName
{
color: #B81BDE;
}
.AnyTagClassName
{
color: #B81BDE;
}
</style>
background-color css
<style>
a { background-color: #B81BDE; }
a { background-color: rgb(184,27,222); }
div.DivClassName
{
background-color: #B81BDE;
}
.BgClassName
{
background-color: #B81BDE;
}
</style>
border-color css
<style>
span { border-color: #B81BDE; }
span { border-color: rgb(184,27,222); }
td.TdClassName
{
border-color: #B81BDE;
}
.TagClassName
{
border-color: #B81BDE;
}
</style>