Shades of Electric Purple #B828FD
Tints of Electric Purple #B828FD
RGB
CMYK
RGB Variations
Color information
#B828FD (or 0xB828FD) is known color: Electric Purple. HEX triplet: B8, 28 and FD. RGB value is (184,40,253). Sum of RGB (Red+Green+Blue) = 184+40+253=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #B828FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828FD is #47D702. Grayscale: #6A6A6A. Windows color (decimal): -4708099 or 16591032. OLE color: 16591032.
HSL color Cylindrical-coordinate representation of color #B828FD: hue angle of 280.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B828FD is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 40 | 253 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.01 |
| HSL | 280.56º | 0.98% | 0.57% | - |
| HSV(B) | 280.56º | 0.84% | 0.99% | - |
| XYZ | 38.26 | 18.8 | 94.54 | - |
| YUV | 107.34 | 210.21 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 253 | 0.27 | 0.84 | 0 | 0.01 | 280.56 | 0.98 | 0.57 |
| Hex | B8 | 28 | FD | 1B | 54 | 0 | 1 | 119 | 62 | 39 |
| Octal | 270 | 50 | 375 | 33 | 124 | 0 | 1 | 431 | 142 | 71 |
| Binary | 10111000 | 101000 | 11111101 | 11011 | 1010100 | 0 | 1 | 100011001 | 1100010 | 111001 |
Color Harmonies of #B828FD
Complementary color
Monochromatic Colors of #B828FD
Black with #B828FD
Text Example
Text Example
White with #B828FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828FD; }
p { color: rgb(184,40,253); }
H1.HeaderClassName
{
color: #B828FD;
}
.AnyTagClassName
{
color: #B828FD;
}
</style>
background-color css
<style>
a { background-color: #B828FD; }
a { background-color: rgb(184,40,253); }
div.DivClassName
{
background-color: #B828FD;
}
.BgClassName
{
background-color: #B828FD;
}
</style>
border-color css
<style>
span { border-color: #B828FD; }
span { border-color: rgb(184,40,253); }
td.TdClassName
{
border-color: #B828FD;
}
.TagClassName
{
border-color: #B828FD;
}
</style>