Shades of Electric Purple #B822FE
Tints of Electric Purple #B822FE
RGB
CMYK
RGB Variations
Color information
#B822FE (or 0xB822FE) is known color: Electric Purple. HEX triplet: B8, 22 and FE. RGB value is (184,34,254). Sum of RGB (Red+Green+Blue) = 184+34+254=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #B822FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B822FE is #47DD01. Grayscale: #676767. Windows color (decimal): -4709634 or 16655032. OLE color: 16655032.
HSL color Cylindrical-coordinate representation of color #B822FE: hue angle of 280.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B822FE is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 34 | 254 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.00 |
| HSL | 280.91º | 0.99% | 0.56% | - |
| HSV(B) | 280.91º | 0.87% | 1% | - |
| XYZ | 38.23 | 18.49 | 95.32 | - |
| YUV | 103.93 | 212.7 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 254 | 0.28 | 0.87 | 0 | 0.00 | 280.91 | 0.99 | 0.56 |
| Hex | B8 | 22 | FE | 1C | 57 | 0 | 0 | 119 | 63 | 38 |
| Octal | 270 | 42 | 376 | 34 | 127 | 0 | 0 | 431 | 143 | 70 |
| Binary | 10111000 | 100010 | 11111110 | 11100 | 1010111 | 0 | 0 | 100011001 | 1100011 | 111000 |
Color Harmonies of #B822FE
Complementary color
Monochromatic Colors of #B822FE
Black with #B822FE
Text Example
Text Example
White with #B822FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822FE; }
p { color: rgb(184,34,254); }
H1.HeaderClassName
{
color: #B822FE;
}
.AnyTagClassName
{
color: #B822FE;
}
</style>
background-color css
<style>
a { background-color: #B822FE; }
a { background-color: rgb(184,34,254); }
div.DivClassName
{
background-color: #B822FE;
}
.BgClassName
{
background-color: #B822FE;
}
</style>
border-color css
<style>
span { border-color: #B822FE; }
span { border-color: rgb(184,34,254); }
td.TdClassName
{
border-color: #B822FE;
}
.TagClassName
{
border-color: #B822FE;
}
</style>