Shades of Electric Purple #B828FB
Tints of Electric Purple #B828FB
RGB
CMYK
RGB Variations
Color information
#B828FB (or 0xB828FB) is known color: Electric Purple. HEX triplet: B8, 28 and FB. RGB value is (184,40,251). Sum of RGB (Red+Green+Blue) = 184+40+251=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #B828FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828FB is #47D704. Grayscale: #6A6A6A. Windows color (decimal): -4708101 or 16459960. OLE color: 16459960.
HSL color Cylindrical-coordinate representation of color #B828FB: hue angle of 280.95º degrees, saturation: 0.96, 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 #B828FB is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 40 | 251 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.02 |
| HSL | 280.95º | 0.96% | 0.57% | - |
| HSV(B) | 280.95º | 0.84% | 0.98% | - |
| XYZ | 37.94 | 18.67 | 92.87 | - |
| YUV | 107.11 | 209.21 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 251 | 0.27 | 0.84 | 0 | 0.02 | 280.95 | 0.96 | 0.57 |
| Hex | B8 | 28 | FB | 1B | 54 | 0 | 2 | 119 | 60 | 39 |
| Octal | 270 | 50 | 373 | 33 | 124 | 0 | 2 | 431 | 140 | 71 |
| Binary | 10111000 | 101000 | 11111011 | 11011 | 1010100 | 0 | 10 | 100011001 | 1100000 | 111001 |
Color Harmonies of #B828FB
Complementary color
Monochromatic Colors of #B828FB
Black with #B828FB
Text Example
Text Example
White with #B828FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828FB; }
p { color: rgb(184,40,251); }
H1.HeaderClassName
{
color: #B828FB;
}
.AnyTagClassName
{
color: #B828FB;
}
</style>
background-color css
<style>
a { background-color: #B828FB; }
a { background-color: rgb(184,40,251); }
div.DivClassName
{
background-color: #B828FB;
}
.BgClassName
{
background-color: #B828FB;
}
</style>
border-color css
<style>
span { border-color: #B828FB; }
span { border-color: rgb(184,40,251); }
td.TdClassName
{
border-color: #B828FB;
}
.TagClassName
{
border-color: #B828FB;
}
</style>