Shades of Electric Purple #B820F8
Tints of Electric Purple #B820F8
RGB
CMYK
RGB Variations
Color information
#B820F8 (or 0xB820F8) is known color: Electric Purple. HEX triplet: B8, 20 and F8. RGB value is (184,32,248). Sum of RGB (Red+Green+Blue) = 184+32+248=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #B820F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820F8 is #47DF07. Grayscale: #656565. Windows color (decimal): -4710152 or 16261304. OLE color: 16261304.
HSL color Cylindrical-coordinate representation of color #B820F8: hue angle of 282.22º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B820F8 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 32 | 248 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.03 |
| HSL | 282.22º | 0.94% | 0.55% | - |
| HSV(B) | 282.22º | 0.87% | 0.97% | - |
| XYZ | 37.23 | 18 | 90.32 | - |
| YUV | 102.07 | 210.36 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 248 | 0.26 | 0.87 | 0 | 0.03 | 282.22 | 0.94 | 0.55 |
| Hex | B8 | 20 | F8 | 1A | 57 | 0 | 3 | 11A | 5E | 37 |
| Octal | 270 | 40 | 370 | 32 | 127 | 0 | 3 | 432 | 136 | 67 |
| Binary | 10111000 | 100000 | 11111000 | 11010 | 1010111 | 0 | 11 | 100011010 | 1011110 | 110111 |
Color Harmonies of #B820F8
Complementary color
Monochromatic Colors of #B820F8
Black with #B820F8
Text Example
Text Example
White with #B820F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820F8; }
p { color: rgb(184,32,248); }
H1.HeaderClassName
{
color: #B820F8;
}
.AnyTagClassName
{
color: #B820F8;
}
</style>
background-color css
<style>
a { background-color: #B820F8; }
a { background-color: rgb(184,32,248); }
div.DivClassName
{
background-color: #B820F8;
}
.BgClassName
{
background-color: #B820F8;
}
</style>
border-color css
<style>
span { border-color: #B820F8; }
span { border-color: rgb(184,32,248); }
td.TdClassName
{
border-color: #B820F8;
}
.TagClassName
{
border-color: #B820F8;
}
</style>