Shades of Electric Purple #B828F9
Tints of Electric Purple #B828F9
RGB
CMYK
RGB Variations
Color information
#B828F9 (or 0xB828F9) is known color: Electric Purple. HEX triplet: B8, 28 and F9. RGB value is (184,40,249). Sum of RGB (Red+Green+Blue) = 184+40+249=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #B828F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828F9 is #47D706. Grayscale: #6A6A6A. Windows color (decimal): -4708103 or 16328888. OLE color: 16328888.
HSL color Cylindrical-coordinate representation of color #B828F9: hue angle of 281.34º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B828F9 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 40 | 249 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.02 |
| HSL | 281.34º | 0.95% | 0.57% | - |
| HSV(B) | 281.34º | 0.84% | 0.98% | - |
| XYZ | 37.62 | 18.55 | 91.22 | - |
| YUV | 106.88 | 208.21 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 249 | 0.26 | 0.84 | 0 | 0.02 | 281.34 | 0.95 | 0.57 |
| Hex | B8 | 28 | F9 | 1A | 54 | 0 | 2 | 119 | 5F | 39 |
| Octal | 270 | 50 | 371 | 32 | 124 | 0 | 2 | 431 | 137 | 71 |
| Binary | 10111000 | 101000 | 11111001 | 11010 | 1010100 | 0 | 10 | 100011001 | 1011111 | 111001 |
Color Harmonies of #B828F9
Complementary color
Monochromatic Colors of #B828F9
Black with #B828F9
Text Example
Text Example
White with #B828F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828F9; }
p { color: rgb(184,40,249); }
H1.HeaderClassName
{
color: #B828F9;
}
.AnyTagClassName
{
color: #B828F9;
}
</style>
background-color css
<style>
a { background-color: #B828F9; }
a { background-color: rgb(184,40,249); }
div.DivClassName
{
background-color: #B828F9;
}
.BgClassName
{
background-color: #B828F9;
}
</style>
border-color css
<style>
span { border-color: #B828F9; }
span { border-color: rgb(184,40,249); }
td.TdClassName
{
border-color: #B828F9;
}
.TagClassName
{
border-color: #B828F9;
}
</style>