Shades of Electric Purple #B52EFB
Tints of Electric Purple #B52EFB
RGB
CMYK
RGB Variations
Color information
#B52EFB (or 0xB52EFB) is known color: Electric Purple. HEX triplet: B5, 2E and FB. RGB value is (181,46,251). Sum of RGB (Red+Green+Blue) = 181+46+251=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #B52EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52EFB is #4AD104. Grayscale: #6D6D6D. Windows color (decimal): -4903173 or 16461493. OLE color: 16461493.
HSL color Cylindrical-coordinate representation of color #B52EFB: hue angle of 279.51º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52EFB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 46 | 251 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.02 |
| HSL | 279.51º | 0.96% | 0.58% | - |
| HSV(B) | 279.51º | 0.82% | 0.98% | - |
| XYZ | 37.45 | 18.74 | 92.91 | - |
| YUV | 109.74 | 207.73 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 46 | 251 | 0.28 | 0.82 | 0 | 0.02 | 279.51 | 0.96 | 0.58 |
| Hex | B5 | 2E | FB | 1C | 52 | 0 | 2 | 118 | 60 | 3A |
| Octal | 265 | 56 | 373 | 34 | 122 | 0 | 2 | 430 | 140 | 72 |
| Binary | 10110101 | 101110 | 11111011 | 11100 | 1010010 | 0 | 10 | 100011000 | 1100000 | 111010 |
Color Harmonies of #B52EFB
Complementary color
Monochromatic Colors of #B52EFB
Black with #B52EFB
Text Example
Text Example
White with #B52EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52EFB; }
p { color: rgb(181,46,251); }
H1.HeaderClassName
{
color: #B52EFB;
}
.AnyTagClassName
{
color: #B52EFB;
}
</style>
background-color css
<style>
a { background-color: #B52EFB; }
a { background-color: rgb(181,46,251); }
div.DivClassName
{
background-color: #B52EFB;
}
.BgClassName
{
background-color: #B52EFB;
}
</style>
border-color css
<style>
span { border-color: #B52EFB; }
span { border-color: rgb(181,46,251); }
td.TdClassName
{
border-color: #B52EFB;
}
.TagClassName
{
border-color: #B52EFB;
}
</style>