Shades of Electric Purple #B527FF
Tints of Electric Purple #B527FF
RGB
CMYK
RGB Variations
Color information
#B527FF (or 0xB527FF) is known color: Electric Purple. HEX triplet: B5, 27 and FF. RGB value is (181,39,255). Sum of RGB (Red+Green+Blue) = 181+39+255=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #B527FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527FF is #4AD800. Grayscale: #696969. Windows color (decimal): -4904961 or 16721845. OLE color: 16721845.
HSL color Cylindrical-coordinate representation of color #B527FF: hue angle of 279.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B527FF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 39 | 255 | - |
| CMYK | 0.29 | 0.85 | 0 | 0 |
| HSL | 279.44º | 1% | 0.58% | - |
| HSV(B) | 279.44º | 0.85% | 1% | - |
| XYZ | 37.83 | 18.49 | 96.18 | - |
| YUV | 106.08 | 212.04 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 255 | 0.29 | 0.85 | 0 | 0 | 279.44 | 1 | 0.58 |
| Hex | B5 | 27 | FF | 1D | 55 | 0 | 0 | 117 | 64 | 3A |
| Octal | 265 | 47 | 377 | 35 | 125 | 0 | 0 | 427 | 144 | 72 |
| Binary | 10110101 | 100111 | 11111111 | 11101 | 1010101 | 0 | 0 | 100010111 | 1100100 | 111010 |
Color Harmonies of #B527FF
Complementary color
Monochromatic Colors of #B527FF
Black with #B527FF
Text Example
Text Example
White with #B527FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527FF; }
p { color: rgb(181,39,255); }
H1.HeaderClassName
{
color: #B527FF;
}
.AnyTagClassName
{
color: #B527FF;
}
</style>
background-color css
<style>
a { background-color: #B527FF; }
a { background-color: rgb(181,39,255); }
div.DivClassName
{
background-color: #B527FF;
}
.BgClassName
{
background-color: #B527FF;
}
</style>
border-color css
<style>
span { border-color: #B527FF; }
span { border-color: rgb(181,39,255); }
td.TdClassName
{
border-color: #B527FF;
}
.TagClassName
{
border-color: #B527FF;
}
</style>