Shades of Deep Magenta #B816BA
Tints of Deep Magenta #B816BA
RGB
CMYK
RGB Variations
Color information
#B816BA (or 0xB816BA) is known color: Deep Magenta. HEX triplet: B8, 16 and BA. RGB value is (184,22,186). Sum of RGB (Red+Green+Blue) = 184+22+186=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B816BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B816BA is #47E945. Grayscale: #585858. Windows color (decimal): -4712774 or 12195512. OLE color: 12195512.
HSL color Cylindrical-coordinate representation of color #B816BA: hue angle of 299.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B816BA is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 22 | 186 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.27 |
| HSL | 299.27º | 0.79% | 0.41% | - |
| HSV(B) | 299.27º | 0.88% | 0.73% | - |
| XYZ | 28.92 | 14.31 | 47.69 | - |
| YUV | 89.13 | 182.67 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 186 | 0.01 | 0.88 | 0 | 0.27 | 299.27 | 0.79 | 0.41 |
| Hex | B8 | 16 | BA | 1 | 58 | 0 | 1B | 12B | 4F | 29 |
| Octal | 270 | 26 | 272 | 1 | 130 | 0 | 33 | 453 | 117 | 51 |
| Binary | 10111000 | 10110 | 10111010 | 1 | 1011000 | 0 | 11011 | 100101011 | 1001111 | 101001 |
Color Harmonies of #B816BA
Complementary color
Monochromatic Colors of #B816BA
Black with #B816BA
Text Example
Text Example
White with #B816BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816BA; }
p { color: rgb(184,22,186); }
H1.HeaderClassName
{
color: #B816BA;
}
.AnyTagClassName
{
color: #B816BA;
}
</style>
background-color css
<style>
a { background-color: #B816BA; }
a { background-color: rgb(184,22,186); }
div.DivClassName
{
background-color: #B816BA;
}
.BgClassName
{
background-color: #B816BA;
}
</style>
border-color css
<style>
span { border-color: #B816BA; }
span { border-color: rgb(184,22,186); }
td.TdClassName
{
border-color: #B816BA;
}
.TagClassName
{
border-color: #B816BA;
}
</style>