Shades of Electric Purple #B527F0
Tints of Electric Purple #B527F0
RGB
CMYK
RGB Variations
Color information
#B527F0 (or 0xB527F0) is known color: Electric Purple. HEX triplet: B5, 27 and F0. RGB value is (181,39,240). Sum of RGB (Red+Green+Blue) = 181+39+240=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #B527F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527F0 is #4AD80F. Grayscale: #676767. Windows color (decimal): -4904976 or 15738805. OLE color: 15738805.
HSL color Cylindrical-coordinate representation of color #B527F0: hue angle of 282.39º degrees, saturation: 0.87, 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 #B527F0 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 39 | 240 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.06 |
| HSL | 282.39º | 0.87% | 0.55% | - |
| HSV(B) | 282.39º | 0.84% | 0.94% | - |
| XYZ | 35.51 | 17.57 | 83.96 | - |
| YUV | 104.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 240 | 0.25 | 0.84 | 0 | 0.06 | 282.39 | 0.87 | 0.55 |
| Hex | B5 | 27 | F0 | 19 | 54 | 0 | 6 | 11A | 57 | 37 |
| Octal | 265 | 47 | 360 | 31 | 124 | 0 | 6 | 432 | 127 | 67 |
| Binary | 10110101 | 100111 | 11110000 | 11001 | 1010100 | 0 | 110 | 100011010 | 1010111 | 110111 |
Color Harmonies of #B527F0
Complementary color
Monochromatic Colors of #B527F0
Black with #B527F0
Text Example
Text Example
White with #B527F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527F0; }
p { color: rgb(181,39,240); }
H1.HeaderClassName
{
color: #B527F0;
}
.AnyTagClassName
{
color: #B527F0;
}
</style>
background-color css
<style>
a { background-color: #B527F0; }
a { background-color: rgb(181,39,240); }
div.DivClassName
{
background-color: #B527F0;
}
.BgClassName
{
background-color: #B527F0;
}
</style>
border-color css
<style>
span { border-color: #B527F0; }
span { border-color: rgb(181,39,240); }
td.TdClassName
{
border-color: #B527F0;
}
.TagClassName
{
border-color: #B527F0;
}
</style>