Shades of Deep Magenta #B81DD5
Tints of Deep Magenta #B81DD5
RGB
CMYK
RGB Variations
Color information
#B81DD5 (or 0xB81DD5) is known color: Deep Magenta. HEX triplet: B8, 1D and D5. RGB value is (184,29,213). Sum of RGB (Red+Green+Blue) = 184+29+213=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #B81DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DD5 is #47E22A. Grayscale: #5F5F5F. Windows color (decimal): -4710955 or 13966776. OLE color: 13966776.
HSL color Cylindrical-coordinate representation of color #B81DD5: hue angle of 290.54º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81DD5 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 29 | 213 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.16 |
| HSL | 290.54º | 0.76% | 0.47% | - |
| HSV(B) | 290.54º | 0.86% | 0.84% | - |
| XYZ | 32.22 | 15.87 | 64.32 | - |
| YUV | 96.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 213 | 0.14 | 0.86 | 0 | 0.16 | 290.54 | 0.76 | 0.47 |
| Hex | B8 | 1D | D5 | E | 56 | 0 | 10 | 123 | 4C | 2F |
| Octal | 270 | 35 | 325 | 16 | 126 | 0 | 20 | 443 | 114 | 57 |
| Binary | 10111000 | 11101 | 11010101 | 1110 | 1010110 | 0 | 10000 | 100100011 | 1001100 | 101111 |
Color Harmonies of #B81DD5
Complementary color
Monochromatic Colors of #B81DD5
Black with #B81DD5
Text Example
Text Example
White with #B81DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DD5; }
p { color: rgb(184,29,213); }
H1.HeaderClassName
{
color: #B81DD5;
}
.AnyTagClassName
{
color: #B81DD5;
}
</style>
background-color css
<style>
a { background-color: #B81DD5; }
a { background-color: rgb(184,29,213); }
div.DivClassName
{
background-color: #B81DD5;
}
.BgClassName
{
background-color: #B81DD5;
}
</style>
border-color css
<style>
span { border-color: #B81DD5; }
span { border-color: rgb(184,29,213); }
td.TdClassName
{
border-color: #B81DD5;
}
.TagClassName
{
border-color: #B81DD5;
}
</style>