Shades of Deep Magenta #B81ACC
Tints of Deep Magenta #B81ACC
RGB
CMYK
RGB Variations
Color information
#B81ACC (or 0xB81ACC) is known color: Deep Magenta. HEX triplet: B8, 1A and CC. RGB value is (184,26,204). Sum of RGB (Red+Green+Blue) = 184+26+204=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #B81ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81ACC is #47E533. Grayscale: #5C5C5C. Windows color (decimal): -4711732 or 13376184. OLE color: 13376184.
HSL color Cylindrical-coordinate representation of color #B81ACC: hue angle of 293.26º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81ACC is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 26 | 204 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.2 |
| HSL | 293.26º | 0.77% | 0.45% | - |
| HSV(B) | 293.26º | 0.87% | 0.8% | - |
| XYZ | 31.04 | 15.29 | 58.44 | - |
| YUV | 93.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 204 | 0.10 | 0.87 | 0 | 0.2 | 293.26 | 0.77 | 0.45 |
| Hex | B8 | 1A | CC | A | 57 | 0 | 14 | 125 | 4D | 2D |
| Octal | 270 | 32 | 314 | 12 | 127 | 0 | 24 | 445 | 115 | 55 |
| Binary | 10111000 | 11010 | 11001100 | 1010 | 1010111 | 0 | 10100 | 100100101 | 1001101 | 101101 |
Color Harmonies of #B81ACC
Complementary color
Monochromatic Colors of #B81ACC
Black with #B81ACC
Text Example
Text Example
White with #B81ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81ACC; }
p { color: rgb(184,26,204); }
H1.HeaderClassName
{
color: #B81ACC;
}
.AnyTagClassName
{
color: #B81ACC;
}
</style>
background-color css
<style>
a { background-color: #B81ACC; }
a { background-color: rgb(184,26,204); }
div.DivClassName
{
background-color: #B81ACC;
}
.BgClassName
{
background-color: #B81ACC;
}
</style>
border-color css
<style>
span { border-color: #B81ACC; }
span { border-color: rgb(184,26,204); }
td.TdClassName
{
border-color: #B81ACC;
}
.TagClassName
{
border-color: #B81ACC;
}
</style>