Shades of Deep Magenta #B822BC
Tints of Deep Magenta #B822BC
RGB
CMYK
RGB Variations
Color information
#B822BC (or 0xB822BC) is known color: Deep Magenta. HEX triplet: B8, 22 and BC. RGB value is (184,34,188). Sum of RGB (Red+Green+Blue) = 184+34+188=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #B822BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822BC is #47DD43. Grayscale: #5F5F5F. Windows color (decimal): -4709700 or 12329656. OLE color: 12329656.
HSL color Cylindrical-coordinate representation of color #B822BC: hue angle of 298.44º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B822BC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 34 | 188 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.26 |
| HSL | 298.44º | 0.69% | 0.44% | - |
| HSV(B) | 298.44º | 0.82% | 0.74% | - |
| XYZ | 29.42 | 14.97 | 48.92 | - |
| YUV | 96.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 188 | 0.02 | 0.82 | 0 | 0.26 | 298.44 | 0.69 | 0.44 |
| Hex | B8 | 22 | BC | 2 | 52 | 0 | 1A | 12A | 45 | 2C |
| Octal | 270 | 42 | 274 | 2 | 122 | 0 | 32 | 452 | 105 | 54 |
| Binary | 10111000 | 100010 | 10111100 | 10 | 1010010 | 0 | 11010 | 100101010 | 1000101 | 101100 |
Color Harmonies of #B822BC
Complementary color
Monochromatic Colors of #B822BC
Black with #B822BC
Text Example
Text Example
White with #B822BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822BC; }
p { color: rgb(184,34,188); }
H1.HeaderClassName
{
color: #B822BC;
}
.AnyTagClassName
{
color: #B822BC;
}
</style>
background-color css
<style>
a { background-color: #B822BC; }
a { background-color: rgb(184,34,188); }
div.DivClassName
{
background-color: #B822BC;
}
.BgClassName
{
background-color: #B822BC;
}
</style>
border-color css
<style>
span { border-color: #B822BC; }
span { border-color: rgb(184,34,188); }
td.TdClassName
{
border-color: #B822BC;
}
.TagClassName
{
border-color: #B822BC;
}
</style>