Shades of Deep Magenta #B81AD8
Tints of Deep Magenta #B81AD8
RGB
CMYK
RGB Variations
Color information
#B81AD8 (or 0xB81AD8) is known color: Deep Magenta. HEX triplet: B8, 1A and D8. RGB value is (184,26,216). Sum of RGB (Red+Green+Blue) = 184+26+216=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #B81AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81AD8 is #47E527. Grayscale: #5E5E5E. Windows color (decimal): -4711720 or 14162616. OLE color: 14162616.
HSL color Cylindrical-coordinate representation of color #B81AD8: hue angle of 289.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81AD8 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 26 | 216 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.15 |
| HSL | 289.89º | 0.79% | 0.47% | - |
| HSV(B) | 289.89º | 0.88% | 0.85% | - |
| XYZ | 32.53 | 15.89 | 66.32 | - |
| YUV | 94.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 216 | 0.15 | 0.88 | 0 | 0.15 | 289.89 | 0.79 | 0.47 |
| Hex | B8 | 1A | D8 | F | 58 | 0 | F | 122 | 4F | 2F |
| Octal | 270 | 32 | 330 | 17 | 130 | 0 | 17 | 442 | 117 | 57 |
| Binary | 10111000 | 11010 | 11011000 | 1111 | 1011000 | 0 | 1111 | 100100010 | 1001111 | 101111 |
Color Harmonies of #B81AD8
Complementary color
Monochromatic Colors of #B81AD8
Black with #B81AD8
Text Example
Text Example
White with #B81AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AD8; }
p { color: rgb(184,26,216); }
H1.HeaderClassName
{
color: #B81AD8;
}
.AnyTagClassName
{
color: #B81AD8;
}
</style>
background-color css
<style>
a { background-color: #B81AD8; }
a { background-color: rgb(184,26,216); }
div.DivClassName
{
background-color: #B81AD8;
}
.BgClassName
{
background-color: #B81AD8;
}
</style>
border-color css
<style>
span { border-color: #B81AD8; }
span { border-color: rgb(184,26,216); }
td.TdClassName
{
border-color: #B81AD8;
}
.TagClassName
{
border-color: #B81AD8;
}
</style>