Shades of Electric Purple #B834FE
Tints of Electric Purple #B834FE
RGB
CMYK
RGB Variations
Color information
#B834FE (or 0xB834FE) is known color: Electric Purple. HEX triplet: B8, 34 and FE. RGB value is (184,52,254). Sum of RGB (Red+Green+Blue) = 184+52+254=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #B834FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834FE is #47CB01. Grayscale: #717171. Windows color (decimal): -4705026 or 16659640. OLE color: 16659640.
HSL color Cylindrical-coordinate representation of color #B834FE: hue angle of 279.21º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B834FE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 52 | 254 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.00 |
| HSL | 279.21º | 0.99% | 0.6% | - |
| HSV(B) | 279.21º | 0.8% | 1% | - |
| XYZ | 38.88 | 19.8 | 95.54 | - |
| YUV | 114.5 | 206.73 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 254 | 0.28 | 0.80 | 0 | 0.00 | 279.21 | 0.99 | 0.6 |
| Hex | B8 | 34 | FE | 1C | 50 | 0 | 0 | 117 | 63 | 3C |
| Octal | 270 | 64 | 376 | 34 | 120 | 0 | 0 | 427 | 143 | 74 |
| Binary | 10111000 | 110100 | 11111110 | 11100 | 1010000 | 0 | 0 | 100010111 | 1100011 | 111100 |
Color Harmonies of #B834FE
Complementary color
Monochromatic Colors of #B834FE
Black with #B834FE
Text Example
Text Example
White with #B834FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834FE; }
p { color: rgb(184,52,254); }
H1.HeaderClassName
{
color: #B834FE;
}
.AnyTagClassName
{
color: #B834FE;
}
</style>
background-color css
<style>
a { background-color: #B834FE; }
a { background-color: rgb(184,52,254); }
div.DivClassName
{
background-color: #B834FE;
}
.BgClassName
{
background-color: #B834FE;
}
</style>
border-color css
<style>
span { border-color: #B834FE; }
span { border-color: rgb(184,52,254); }
td.TdClassName
{
border-color: #B834FE;
}
.TagClassName
{
border-color: #B834FE;
}
</style>