Shades of Electric Purple #B52EFF
Tints of Electric Purple #B52EFF
RGB
CMYK
RGB Variations
Color information
#B52EFF (or 0xB52EFF) is known color: Electric Purple. HEX triplet: B5, 2E and FF. RGB value is (181,46,255). Sum of RGB (Red+Green+Blue) = 181+46+255=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #B52EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52EFF is #4AD100. Grayscale: #6D6D6D. Windows color (decimal): -4903169 or 16723637. OLE color: 16723637.
HSL color Cylindrical-coordinate representation of color #B52EFF: hue angle of 278.76º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52EFF is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 46 | 255 | - |
| CMYK | 0.29 | 0.82 | 0 | 0 |
| HSL | 278.76º | 1% | 0.59% | - |
| HSV(B) | 278.76º | 0.82% | 1% | - |
| XYZ | 38.08 | 19 | 96.27 | - |
| YUV | 110.19 | 209.73 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 255 | 0.29 | 0.82 | 0 | 0 | 278.76 | 1 | 0.59 |
| Hex | B5 | 2E | FF | 1D | 52 | 0 | 0 | 117 | 64 | 3B |
| Octal | 265 | 56 | 377 | 35 | 122 | 0 | 0 | 427 | 144 | 73 |
| Binary | 10110101 | 101110 | 11111111 | 11101 | 1010010 | 0 | 0 | 100010111 | 1100100 | 111011 |
Color Harmonies of #B52EFF
Complementary color
Monochromatic Colors of #B52EFF
Black with #B52EFF
Text Example
Text Example
White with #B52EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52EFF; }
p { color: rgb(181,46,255); }
H1.HeaderClassName
{
color: #B52EFF;
}
.AnyTagClassName
{
color: #B52EFF;
}
</style>
background-color css
<style>
a { background-color: #B52EFF; }
a { background-color: rgb(181,46,255); }
div.DivClassName
{
background-color: #B52EFF;
}
.BgClassName
{
background-color: #B52EFF;
}
</style>
border-color css
<style>
span { border-color: #B52EFF; }
span { border-color: rgb(181,46,255); }
td.TdClassName
{
border-color: #B52EFF;
}
.TagClassName
{
border-color: #B52EFF;
}
</style>