Shades of Deep Magenta #B81ADC
Tints of Deep Magenta #B81ADC
RGB
CMYK
RGB Variations
Color information
#B81ADC (or 0xB81ADC) is known color: Deep Magenta. HEX triplet: B8, 1A and DC. RGB value is (184,26,220). Sum of RGB (Red+Green+Blue) = 184+26+220=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #B81ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ADC is #47E523. Grayscale: #5E5E5E. Windows color (decimal): -4711716 or 14424760. OLE color: 14424760.
HSL color Cylindrical-coordinate representation of color #B81ADC: hue angle of 288.87º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81ADC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 26 | 220 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.14 |
| HSL | 288.87º | 0.79% | 0.48% | - |
| HSV(B) | 288.87º | 0.88% | 0.86% | - |
| XYZ | 33.05 | 16.1 | 69.07 | - |
| YUV | 95.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 220 | 0.16 | 0.88 | 0 | 0.14 | 288.87 | 0.79 | 0.48 |
| Hex | B8 | 1A | DC | 10 | 58 | 0 | E | 121 | 4F | 30 |
| Octal | 270 | 32 | 334 | 20 | 130 | 0 | 16 | 441 | 117 | 60 |
| Binary | 10111000 | 11010 | 11011100 | 10000 | 1011000 | 0 | 1110 | 100100001 | 1001111 | 110000 |
Color Harmonies of #B81ADC
Complementary color
Monochromatic Colors of #B81ADC
Black with #B81ADC
Text Example
Text Example
White with #B81ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81ADC; }
p { color: rgb(184,26,220); }
H1.HeaderClassName
{
color: #B81ADC;
}
.AnyTagClassName
{
color: #B81ADC;
}
</style>
background-color css
<style>
a { background-color: #B81ADC; }
a { background-color: rgb(184,26,220); }
div.DivClassName
{
background-color: #B81ADC;
}
.BgClassName
{
background-color: #B81ADC;
}
</style>
border-color css
<style>
span { border-color: #B81ADC; }
span { border-color: rgb(184,26,220); }
td.TdClassName
{
border-color: #B81ADC;
}
.TagClassName
{
border-color: #B81ADC;
}
</style>