Shades of Electric Purple #B532FE
Tints of Electric Purple #B532FE
RGB
CMYK
RGB Variations
Color information
#B532FE (or 0xB532FE) is known color: Electric Purple. HEX triplet: B5, 32 and FE. RGB value is (181,50,254). Sum of RGB (Red+Green+Blue) = 181+50+254=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #B532FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B532FE is #4ACD01. Grayscale: #6F6F6F. Windows color (decimal): -4902146 or 16659125. OLE color: 16659125.
HSL color Cylindrical-coordinate representation of color #B532FE: hue angle of 278.53º 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 #B532FE is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 50 | 254 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.00 |
| HSL | 278.53º | 0.99% | 0.6% | - |
| HSV(B) | 278.53º | 0.8% | 1% | - |
| XYZ | 38.09 | 19.26 | 95.48 | - |
| YUV | 112.43 | 207.9 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 254 | 0.29 | 0.80 | 0 | 0.00 | 278.53 | 0.99 | 0.6 |
| Hex | B5 | 32 | FE | 1D | 50 | 0 | 0 | 117 | 63 | 3C |
| Octal | 265 | 62 | 376 | 35 | 120 | 0 | 0 | 427 | 143 | 74 |
| Binary | 10110101 | 110010 | 11111110 | 11101 | 1010000 | 0 | 0 | 100010111 | 1100011 | 111100 |
Color Harmonies of #B532FE
Complementary color
Monochromatic Colors of #B532FE
Black with #B532FE
Text Example
Text Example
White with #B532FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532FE; }
p { color: rgb(181,50,254); }
H1.HeaderClassName
{
color: #B532FE;
}
.AnyTagClassName
{
color: #B532FE;
}
</style>
background-color css
<style>
a { background-color: #B532FE; }
a { background-color: rgb(181,50,254); }
div.DivClassName
{
background-color: #B532FE;
}
.BgClassName
{
background-color: #B532FE;
}
</style>
border-color css
<style>
span { border-color: #B532FE; }
span { border-color: rgb(181,50,254); }
td.TdClassName
{
border-color: #B532FE;
}
.TagClassName
{
border-color: #B532FE;
}
</style>