Shades of Deep Magenta #B81AD5
Tints of Deep Magenta #B81AD5
RGB
CMYK
RGB Variations
Color information
#B81AD5 (or 0xB81AD5) is known color: Deep Magenta. HEX triplet: B8, 1A and D5. RGB value is (184,26,213). Sum of RGB (Red+Green+Blue) = 184+26+213=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #B81AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81AD5 is #47E52A. Grayscale: #5D5D5D. Windows color (decimal): -4711723 or 13966008. OLE color: 13966008.
HSL color Cylindrical-coordinate representation of color #B81AD5: hue angle of 290.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81AD5 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 26 | 213 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.16 |
| HSL | 290.7º | 0.78% | 0.47% | - |
| HSV(B) | 290.7º | 0.88% | 0.84% | - |
| XYZ | 32.15 | 15.73 | 64.29 | - |
| YUV | 94.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 213 | 0.14 | 0.88 | 0 | 0.16 | 290.7 | 0.78 | 0.47 |
| Hex | B8 | 1A | D5 | E | 58 | 0 | 10 | 123 | 4E | 2F |
| Octal | 270 | 32 | 325 | 16 | 130 | 0 | 20 | 443 | 116 | 57 |
| Binary | 10111000 | 11010 | 11010101 | 1110 | 1011000 | 0 | 10000 | 100100011 | 1001110 | 101111 |
Color Harmonies of #B81AD5
Complementary color
Monochromatic Colors of #B81AD5
Black with #B81AD5
Text Example
Text Example
White with #B81AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AD5; }
p { color: rgb(184,26,213); }
H1.HeaderClassName
{
color: #B81AD5;
}
.AnyTagClassName
{
color: #B81AD5;
}
</style>
background-color css
<style>
a { background-color: #B81AD5; }
a { background-color: rgb(184,26,213); }
div.DivClassName
{
background-color: #B81AD5;
}
.BgClassName
{
background-color: #B81AD5;
}
</style>
border-color css
<style>
span { border-color: #B81AD5; }
span { border-color: rgb(184,26,213); }
td.TdClassName
{
border-color: #B81AD5;
}
.TagClassName
{
border-color: #B81AD5;
}
</style>