Shades of Electric Purple #B527EF
Tints of Electric Purple #B527EF
RGB
CMYK
RGB Variations
Color information
#B527EF (or 0xB527EF) is known color: Electric Purple. HEX triplet: B5, 27 and EF. RGB value is (181,39,239). Sum of RGB (Red+Green+Blue) = 181+39+239=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #B527EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527EF is #4AD810. Grayscale: #676767. Windows color (decimal): -4904977 or 15673269. OLE color: 15673269.
HSL color Cylindrical-coordinate representation of color #B527EF: hue angle of 282.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B527EF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 39 | 239 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.06 |
| HSL | 282.6º | 0.86% | 0.55% | - |
| HSV(B) | 282.6º | 0.84% | 0.94% | - |
| XYZ | 35.36 | 17.51 | 83.18 | - |
| YUV | 104.26 | 204.04 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 239 | 0.24 | 0.84 | 0 | 0.06 | 282.6 | 0.86 | 0.55 |
| Hex | B5 | 27 | EF | 18 | 54 | 0 | 6 | 11B | 56 | 37 |
| Octal | 265 | 47 | 357 | 30 | 124 | 0 | 6 | 433 | 126 | 67 |
| Binary | 10110101 | 100111 | 11101111 | 11000 | 1010100 | 0 | 110 | 100011011 | 1010110 | 110111 |
Color Harmonies of #B527EF
Complementary color
Monochromatic Colors of #B527EF
Black with #B527EF
Text Example
Text Example
White with #B527EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527EF; }
p { color: rgb(181,39,239); }
H1.HeaderClassName
{
color: #B527EF;
}
.AnyTagClassName
{
color: #B527EF;
}
</style>
background-color css
<style>
a { background-color: #B527EF; }
a { background-color: rgb(181,39,239); }
div.DivClassName
{
background-color: #B527EF;
}
.BgClassName
{
background-color: #B527EF;
}
</style>
border-color css
<style>
span { border-color: #B527EF; }
span { border-color: rgb(181,39,239); }
td.TdClassName
{
border-color: #B527EF;
}
.TagClassName
{
border-color: #B527EF;
}
</style>