Shades of Electric Purple #B822F0
Tints of Electric Purple #B822F0
RGB
CMYK
RGB Variations
Color information
#B822F0 (or 0xB822F0) is known color: Electric Purple. HEX triplet: B8, 22 and F0. RGB value is (184,34,240). Sum of RGB (Red+Green+Blue) = 184+34+240=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #B822F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B822F0 is #47DD0F. Grayscale: #656565. Windows color (decimal): -4709648 or 15737528. OLE color: 15737528.
HSL color Cylindrical-coordinate representation of color #B822F0: hue angle of 283.69º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B822F0 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 34 | 240 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.06 |
| HSL | 283.69º | 0.87% | 0.54% | - |
| HSV(B) | 283.69º | 0.86% | 0.94% | - |
| XYZ | 36.07 | 17.63 | 83.94 | - |
| YUV | 102.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 240 | 0.23 | 0.86 | 0 | 0.06 | 283.69 | 0.87 | 0.54 |
| Hex | B8 | 22 | F0 | 17 | 56 | 0 | 6 | 11C | 57 | 36 |
| Octal | 270 | 42 | 360 | 27 | 126 | 0 | 6 | 434 | 127 | 66 |
| Binary | 10111000 | 100010 | 11110000 | 10111 | 1010110 | 0 | 110 | 100011100 | 1010111 | 110110 |
Color Harmonies of #B822F0
Complementary color
Monochromatic Colors of #B822F0
Black with #B822F0
Text Example
Text Example
White with #B822F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822F0; }
p { color: rgb(184,34,240); }
H1.HeaderClassName
{
color: #B822F0;
}
.AnyTagClassName
{
color: #B822F0;
}
</style>
background-color css
<style>
a { background-color: #B822F0; }
a { background-color: rgb(184,34,240); }
div.DivClassName
{
background-color: #B822F0;
}
.BgClassName
{
background-color: #B822F0;
}
</style>
border-color css
<style>
span { border-color: #B822F0; }
span { border-color: rgb(184,34,240); }
td.TdClassName
{
border-color: #B822F0;
}
.TagClassName
{
border-color: #B822F0;
}
</style>