Shades of Deep Magenta #B81AC9
Tints of Deep Magenta #B81AC9
RGB
CMYK
RGB Variations
Color information
#B81AC9 (or 0xB81AC9) is known color: Deep Magenta. HEX triplet: B8, 1A and C9. RGB value is (184,26,201). Sum of RGB (Red+Green+Blue) = 184+26+201=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #B81AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81AC9 is #47E536. Grayscale: #5C5C5C. Windows color (decimal): -4711735 or 13179576. OLE color: 13179576.
HSL color Cylindrical-coordinate representation of color #B81AC9: hue angle of 294.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81AC9 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 26 | 201 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.21 |
| HSL | 294.17º | 0.77% | 0.45% | - |
| HSV(B) | 294.17º | 0.87% | 0.79% | - |
| XYZ | 30.68 | 15.15 | 56.56 | - |
| YUV | 93.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 201 | 0.08 | 0.87 | 0 | 0.21 | 294.17 | 0.77 | 0.45 |
| Hex | B8 | 1A | C9 | 8 | 57 | 0 | 15 | 126 | 4D | 2D |
| Octal | 270 | 32 | 311 | 10 | 127 | 0 | 25 | 446 | 115 | 55 |
| Binary | 10111000 | 11010 | 11001001 | 1000 | 1010111 | 0 | 10101 | 100100110 | 1001101 | 101101 |
Color Harmonies of #B81AC9
Complementary color
Monochromatic Colors of #B81AC9
Black with #B81AC9
Text Example
Text Example
White with #B81AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AC9; }
p { color: rgb(184,26,201); }
H1.HeaderClassName
{
color: #B81AC9;
}
.AnyTagClassName
{
color: #B81AC9;
}
</style>
background-color css
<style>
a { background-color: #B81AC9; }
a { background-color: rgb(184,26,201); }
div.DivClassName
{
background-color: #B81AC9;
}
.BgClassName
{
background-color: #B81AC9;
}
</style>
border-color css
<style>
span { border-color: #B81AC9; }
span { border-color: rgb(184,26,201); }
td.TdClassName
{
border-color: #B81AC9;
}
.TagClassName
{
border-color: #B81AC9;
}
</style>