Shades of Electric Purple #B828F0
Tints of Electric Purple #B828F0
RGB
CMYK
RGB Variations
Color information
#B828F0 (or 0xB828F0) is known color: Electric Purple. HEX triplet: B8, 28 and F0. RGB value is (184,40,240). Sum of RGB (Red+Green+Blue) = 184+40+240=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #B828F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828F0 is #47D70F. Grayscale: #696969. Windows color (decimal): -4708112 or 15739064. OLE color: 15739064.
HSL color Cylindrical-coordinate representation of color #B828F0: hue angle of 283.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B828F0 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 40 | 240 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.06 |
| HSL | 283.2º | 0.87% | 0.55% | - |
| HSV(B) | 283.2º | 0.83% | 0.94% | - |
| XYZ | 36.25 | 18 | 84 | - |
| YUV | 105.86 | 203.71 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 240 | 0.23 | 0.83 | 0 | 0.06 | 283.2 | 0.87 | 0.55 |
| Hex | B8 | 28 | F0 | 17 | 53 | 0 | 6 | 11B | 57 | 37 |
| Octal | 270 | 50 | 360 | 27 | 123 | 0 | 6 | 433 | 127 | 67 |
| Binary | 10111000 | 101000 | 11110000 | 10111 | 1010011 | 0 | 110 | 100011011 | 1010111 | 110111 |
Color Harmonies of #B828F0
Complementary color
Monochromatic Colors of #B828F0
Black with #B828F0
Text Example
Text Example
White with #B828F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828F0; }
p { color: rgb(184,40,240); }
H1.HeaderClassName
{
color: #B828F0;
}
.AnyTagClassName
{
color: #B828F0;
}
</style>
background-color css
<style>
a { background-color: #B828F0; }
a { background-color: rgb(184,40,240); }
div.DivClassName
{
background-color: #B828F0;
}
.BgClassName
{
background-color: #B828F0;
}
</style>
border-color css
<style>
span { border-color: #B828F0; }
span { border-color: rgb(184,40,240); }
td.TdClassName
{
border-color: #B828F0;
}
.TagClassName
{
border-color: #B828F0;
}
</style>