Shades of Electric Purple #B828F8
Tints of Electric Purple #B828F8
RGB
CMYK
RGB Variations
Color information
#B828F8 (or 0xB828F8) is known color: Electric Purple. HEX triplet: B8, 28 and F8. RGB value is (184,40,248). Sum of RGB (Red+Green+Blue) = 184+40+248=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #B828F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828F8 is #47D707. Grayscale: #6A6A6A. Windows color (decimal): -4708104 or 16263352. OLE color: 16263352.
HSL color Cylindrical-coordinate representation of color #B828F8: hue angle of 281.54º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B828F8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 40 | 248 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.03 |
| HSL | 281.54º | 0.94% | 0.56% | - |
| HSV(B) | 281.54º | 0.84% | 0.97% | - |
| XYZ | 37.47 | 18.49 | 90.4 | - |
| YUV | 106.77 | 207.71 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 248 | 0.26 | 0.84 | 0 | 0.03 | 281.54 | 0.94 | 0.56 |
| Hex | B8 | 28 | F8 | 1A | 54 | 0 | 3 | 11A | 5E | 38 |
| Octal | 270 | 50 | 370 | 32 | 124 | 0 | 3 | 432 | 136 | 70 |
| Binary | 10111000 | 101000 | 11111000 | 11010 | 1010100 | 0 | 11 | 100011010 | 1011110 | 111000 |
Color Harmonies of #B828F8
Complementary color
Monochromatic Colors of #B828F8
Black with #B828F8
Text Example
Text Example
White with #B828F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828F8; }
p { color: rgb(184,40,248); }
H1.HeaderClassName
{
color: #B828F8;
}
.AnyTagClassName
{
color: #B828F8;
}
</style>
background-color css
<style>
a { background-color: #B828F8; }
a { background-color: rgb(184,40,248); }
div.DivClassName
{
background-color: #B828F8;
}
.BgClassName
{
background-color: #B828F8;
}
</style>
border-color css
<style>
span { border-color: #B828F8; }
span { border-color: rgb(184,40,248); }
td.TdClassName
{
border-color: #B828F8;
}
.TagClassName
{
border-color: #B828F8;
}
</style>