Shades of Deep Magenta #B81ED5
Tints of Deep Magenta #B81ED5
RGB
CMYK
RGB Variations
Color information
#B81ED5 (or 0xB81ED5) is known color: Deep Magenta. HEX triplet: B8, 1E and D5. RGB value is (184,30,213). Sum of RGB (Red+Green+Blue) = 184+30+213=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #B81ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ED5 is #47E12A. Grayscale: #606060. Windows color (decimal): -4710699 or 13967032. OLE color: 13967032.
HSL color Cylindrical-coordinate representation of color #B81ED5: hue angle of 290.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81ED5 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 30 | 213 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.16 |
| HSL | 290.49º | 0.75% | 0.48% | - |
| HSV(B) | 290.49º | 0.86% | 0.84% | - |
| XYZ | 32.24 | 15.92 | 64.32 | - |
| YUV | 96.91 | 193.52 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 213 | 0.14 | 0.86 | 0 | 0.16 | 290.49 | 0.75 | 0.48 |
| Hex | B8 | 1E | D5 | E | 56 | 0 | 10 | 122 | 4B | 30 |
| Octal | 270 | 36 | 325 | 16 | 126 | 0 | 20 | 442 | 113 | 60 |
| Binary | 10111000 | 11110 | 11010101 | 1110 | 1010110 | 0 | 10000 | 100100010 | 1001011 | 110000 |
Color Harmonies of #B81ED5
Complementary color
Monochromatic Colors of #B81ED5
Black with #B81ED5
Text Example
Text Example
White with #B81ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81ED5; }
p { color: rgb(184,30,213); }
H1.HeaderClassName
{
color: #B81ED5;
}
.AnyTagClassName
{
color: #B81ED5;
}
</style>
background-color css
<style>
a { background-color: #B81ED5; }
a { background-color: rgb(184,30,213); }
div.DivClassName
{
background-color: #B81ED5;
}
.BgClassName
{
background-color: #B81ED5;
}
</style>
border-color css
<style>
span { border-color: #B81ED5; }
span { border-color: rgb(184,30,213); }
td.TdClassName
{
border-color: #B81ED5;
}
.TagClassName
{
border-color: #B81ED5;
}
</style>