Shades of Electric Purple #B527F7
Tints of Electric Purple #B527F7
RGB
CMYK
RGB Variations
Color information
#B527F7 (or 0xB527F7) is known color: Electric Purple. HEX triplet: B5, 27 and F7. RGB value is (181,39,247). Sum of RGB (Red+Green+Blue) = 181+39+247=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #B527F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527F7 is #4AD808. Grayscale: #686868. Windows color (decimal): -4904969 or 16197557. OLE color: 16197557.
HSL color Cylindrical-coordinate representation of color #B527F7: hue angle of 280.96º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B527F7 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 39 | 247 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.03 |
| HSL | 280.96º | 0.93% | 0.56% | - |
| HSV(B) | 280.96º | 0.84% | 0.97% | - |
| XYZ | 36.57 | 17.99 | 89.54 | - |
| YUV | 105.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 247 | 0.27 | 0.84 | 0 | 0.03 | 280.96 | 0.93 | 0.56 |
| Hex | B5 | 27 | F7 | 1B | 54 | 0 | 3 | 119 | 5D | 38 |
| Octal | 265 | 47 | 367 | 33 | 124 | 0 | 3 | 431 | 135 | 70 |
| Binary | 10110101 | 100111 | 11110111 | 11011 | 1010100 | 0 | 11 | 100011001 | 1011101 | 111000 |
Color Harmonies of #B527F7
Complementary color
Monochromatic Colors of #B527F7
Black with #B527F7
Text Example
Text Example
White with #B527F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527F7; }
p { color: rgb(181,39,247); }
H1.HeaderClassName
{
color: #B527F7;
}
.AnyTagClassName
{
color: #B527F7;
}
</style>
background-color css
<style>
a { background-color: #B527F7; }
a { background-color: rgb(181,39,247); }
div.DivClassName
{
background-color: #B527F7;
}
.BgClassName
{
background-color: #B527F7;
}
</style>
border-color css
<style>
span { border-color: #B527F7; }
span { border-color: rgb(181,39,247); }
td.TdClassName
{
border-color: #B527F7;
}
.TagClassName
{
border-color: #B527F7;
}
</style>