Shades of Electric Purple #B527FE
Tints of Electric Purple #B527FE
RGB
CMYK
RGB Variations
Color information
#B527FE (or 0xB527FE) is known color: Electric Purple. HEX triplet: B5, 27 and FE. RGB value is (181,39,254). Sum of RGB (Red+Green+Blue) = 181+39+254=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #B527FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527FE is #4AD801. Grayscale: #696969. Windows color (decimal): -4904962 or 16656309. OLE color: 16656309.
HSL color Cylindrical-coordinate representation of color #B527FE: hue angle of 279.63º 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 #B527FE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 39 | 254 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.00 |
| HSL | 279.63º | 0.99% | 0.57% | - |
| HSV(B) | 279.63º | 0.85% | 1% | - |
| XYZ | 37.67 | 18.43 | 95.34 | - |
| YUV | 105.97 | 211.54 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 254 | 0.29 | 0.85 | 0 | 0.00 | 279.63 | 0.99 | 0.57 |
| Hex | B5 | 27 | FE | 1D | 55 | 0 | 0 | 118 | 63 | 39 |
| Octal | 265 | 47 | 376 | 35 | 125 | 0 | 0 | 430 | 143 | 71 |
| Binary | 10110101 | 100111 | 11111110 | 11101 | 1010101 | 0 | 0 | 100011000 | 1100011 | 111001 |
Color Harmonies of #B527FE
Complementary color
Monochromatic Colors of #B527FE
Black with #B527FE
Text Example
Text Example
White with #B527FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527FE; }
p { color: rgb(181,39,254); }
H1.HeaderClassName
{
color: #B527FE;
}
.AnyTagClassName
{
color: #B527FE;
}
</style>
background-color css
<style>
a { background-color: #B527FE; }
a { background-color: rgb(181,39,254); }
div.DivClassName
{
background-color: #B527FE;
}
.BgClassName
{
background-color: #B527FE;
}
</style>
border-color css
<style>
span { border-color: #B527FE; }
span { border-color: rgb(181,39,254); }
td.TdClassName
{
border-color: #B527FE;
}
.TagClassName
{
border-color: #B527FE;
}
</style>