Shades of Deep Magenta #B822BA
Tints of Deep Magenta #B822BA
RGB
CMYK
RGB Variations
Color information
#B822BA (or 0xB822BA) is known color: Deep Magenta. HEX triplet: B8, 22 and BA. RGB value is (184,34,186). Sum of RGB (Red+Green+Blue) = 184+34+186=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #B822BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822BA is #47DD45. Grayscale: #5F5F5F. Windows color (decimal): -4709702 or 12198584. OLE color: 12198584.
HSL color Cylindrical-coordinate representation of color #B822BA: hue angle of 299.21º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B822BA is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 34 | 186 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.27 |
| HSL | 299.21º | 0.69% | 0.43% | - |
| HSV(B) | 299.21º | 0.82% | 0.73% | - |
| XYZ | 29.2 | 14.88 | 47.79 | - |
| YUV | 96.18 | 178.7 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 186 | 0.01 | 0.82 | 0 | 0.27 | 299.21 | 0.69 | 0.43 |
| Hex | B8 | 22 | BA | 1 | 52 | 0 | 1B | 12B | 45 | 2B |
| Octal | 270 | 42 | 272 | 1 | 122 | 0 | 33 | 453 | 105 | 53 |
| Binary | 10111000 | 100010 | 10111010 | 1 | 1010010 | 0 | 11011 | 100101011 | 1000101 | 101011 |
Color Harmonies of #B822BA
Complementary color
Monochromatic Colors of #B822BA
Black with #B822BA
Text Example
Text Example
White with #B822BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822BA; }
p { color: rgb(184,34,186); }
H1.HeaderClassName
{
color: #B822BA;
}
.AnyTagClassName
{
color: #B822BA;
}
</style>
background-color css
<style>
a { background-color: #B822BA; }
a { background-color: rgb(184,34,186); }
div.DivClassName
{
background-color: #B822BA;
}
.BgClassName
{
background-color: #B822BA;
}
</style>
border-color css
<style>
span { border-color: #B822BA; }
span { border-color: rgb(184,34,186); }
td.TdClassName
{
border-color: #B822BA;
}
.TagClassName
{
border-color: #B822BA;
}
</style>