Shades of Electric Purple #B826FE
Tints of Electric Purple #B826FE
RGB
CMYK
RGB Variations
Color information
#B826FE (or 0xB826FE) is known color: Electric Purple. HEX triplet: B8, 26 and FE. RGB value is (184,38,254). Sum of RGB (Red+Green+Blue) = 184+38+254=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #B826FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826FE is #47D901. Grayscale: #696969. Windows color (decimal): -4708610 or 16656056. OLE color: 16656056.
HSL color Cylindrical-coordinate representation of color #B826FE: hue angle of 280.56º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B826FE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 38 | 254 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.00 |
| HSL | 280.56º | 0.99% | 0.57% | - |
| HSV(B) | 280.56º | 0.85% | 1% | - |
| XYZ | 38.35 | 18.73 | 95.36 | - |
| YUV | 106.28 | 211.37 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 254 | 0.28 | 0.85 | 0 | 0.00 | 280.56 | 0.99 | 0.57 |
| Hex | B8 | 26 | FE | 1C | 55 | 0 | 0 | 119 | 63 | 39 |
| Octal | 270 | 46 | 376 | 34 | 125 | 0 | 0 | 431 | 143 | 71 |
| Binary | 10111000 | 100110 | 11111110 | 11100 | 1010101 | 0 | 0 | 100011001 | 1100011 | 111001 |
Color Harmonies of #B826FE
Complementary color
Monochromatic Colors of #B826FE
Black with #B826FE
Text Example
Text Example
White with #B826FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826FE; }
p { color: rgb(184,38,254); }
H1.HeaderClassName
{
color: #B826FE;
}
.AnyTagClassName
{
color: #B826FE;
}
</style>
background-color css
<style>
a { background-color: #B826FE; }
a { background-color: rgb(184,38,254); }
div.DivClassName
{
background-color: #B826FE;
}
.BgClassName
{
background-color: #B826FE;
}
</style>
border-color css
<style>
span { border-color: #B826FE; }
span { border-color: rgb(184,38,254); }
td.TdClassName
{
border-color: #B826FE;
}
.TagClassName
{
border-color: #B826FE;
}
</style>