Shades of Deep Magenta #B81DDC
Tints of Deep Magenta #B81DDC
RGB
CMYK
RGB Variations
Color information
#B81DDC (or 0xB81DDC) is known color: Deep Magenta. HEX triplet: B8, 1D and DC. RGB value is (184,29,220). Sum of RGB (Red+Green+Blue) = 184+29+220=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #B81DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DDC is #47E223. Grayscale: #606060. Windows color (decimal): -4710948 or 14425528. OLE color: 14425528.
HSL color Cylindrical-coordinate representation of color #B81DDC: hue angle of 288.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81DDC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 29 | 220 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.14 |
| HSL | 288.69º | 0.77% | 0.49% | - |
| HSV(B) | 288.69º | 0.87% | 0.86% | - |
| XYZ | 33.12 | 16.24 | 69.1 | - |
| YUV | 97.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 220 | 0.16 | 0.87 | 0 | 0.14 | 288.69 | 0.77 | 0.49 |
| Hex | B8 | 1D | DC | 10 | 57 | 0 | E | 121 | 4D | 31 |
| Octal | 270 | 35 | 334 | 20 | 127 | 0 | 16 | 441 | 115 | 61 |
| Binary | 10111000 | 11101 | 11011100 | 10000 | 1010111 | 0 | 1110 | 100100001 | 1001101 | 110001 |
Color Harmonies of #B81DDC
Complementary color
Monochromatic Colors of #B81DDC
Black with #B81DDC
Text Example
Text Example
White with #B81DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DDC; }
p { color: rgb(184,29,220); }
H1.HeaderClassName
{
color: #B81DDC;
}
.AnyTagClassName
{
color: #B81DDC;
}
</style>
background-color css
<style>
a { background-color: #B81DDC; }
a { background-color: rgb(184,29,220); }
div.DivClassName
{
background-color: #B81DDC;
}
.BgClassName
{
background-color: #B81DDC;
}
</style>
border-color css
<style>
span { border-color: #B81DDC; }
span { border-color: rgb(184,29,220); }
td.TdClassName
{
border-color: #B81DDC;
}
.TagClassName
{
border-color: #B81DDC;
}
</style>