Shades of Electric Purple #B822FF
Tints of Electric Purple #B822FF
RGB
CMYK
RGB Variations
Color information
#B822FF (or 0xB822FF) is known color: Electric Purple. HEX triplet: B8, 22 and FF. RGB value is (184,34,255). Sum of RGB (Red+Green+Blue) = 184+34+255=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B822FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B822FF is #47DD00. Grayscale: #676767. Windows color (decimal): -4709633 or 16720568. OLE color: 16720568.
HSL color Cylindrical-coordinate representation of color #B822FF: hue angle of 280.72º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B822FF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 34 | 255 | - |
| CMYK | 0.28 | 0.87 | 0 | 0 |
| HSL | 280.72º | 1% | 0.57% | - |
| HSV(B) | 280.72º | 0.87% | 1% | - |
| XYZ | 38.39 | 18.55 | 96.17 | - |
| YUV | 104.04 | 213.2 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 255 | 0.28 | 0.87 | 0 | 0 | 280.72 | 1 | 0.57 |
| Hex | B8 | 22 | FF | 1C | 57 | 0 | 0 | 119 | 64 | 39 |
| Octal | 270 | 42 | 377 | 34 | 127 | 0 | 0 | 431 | 144 | 71 |
| Binary | 10111000 | 100010 | 11111111 | 11100 | 1010111 | 0 | 0 | 100011001 | 1100100 | 111001 |
Color Harmonies of #B822FF
Complementary color
Monochromatic Colors of #B822FF
Black with #B822FF
Text Example
Text Example
White with #B822FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822FF; }
p { color: rgb(184,34,255); }
H1.HeaderClassName
{
color: #B822FF;
}
.AnyTagClassName
{
color: #B822FF;
}
</style>
background-color css
<style>
a { background-color: #B822FF; }
a { background-color: rgb(184,34,255); }
div.DivClassName
{
background-color: #B822FF;
}
.BgClassName
{
background-color: #B822FF;
}
</style>
border-color css
<style>
span { border-color: #B822FF; }
span { border-color: rgb(184,34,255); }
td.TdClassName
{
border-color: #B822FF;
}
.TagClassName
{
border-color: #B822FF;
}
</style>