Shades of Electric Purple #B527F5
Tints of Electric Purple #B527F5
RGB
CMYK
RGB Variations
Color information
#B527F5 (or 0xB527F5) is known color: Electric Purple. HEX triplet: B5, 27 and F5. RGB value is (181,39,245). Sum of RGB (Red+Green+Blue) = 181+39+245=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #B527F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527F5 is #4AD80A. Grayscale: #686868. Windows color (decimal): -4904971 or 16066485. OLE color: 16066485.
HSL color Cylindrical-coordinate representation of color #B527F5: hue angle of 281.36º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B527F5 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 39 | 245 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.04 |
| HSL | 281.36º | 0.91% | 0.56% | - |
| HSV(B) | 281.36º | 0.84% | 0.96% | - |
| XYZ | 36.26 | 17.87 | 87.92 | - |
| YUV | 104.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 245 | 0.26 | 0.84 | 0 | 0.04 | 281.36 | 0.91 | 0.56 |
| Hex | B5 | 27 | F5 | 1A | 54 | 0 | 4 | 119 | 5B | 38 |
| Octal | 265 | 47 | 365 | 32 | 124 | 0 | 4 | 431 | 133 | 70 |
| Binary | 10110101 | 100111 | 11110101 | 11010 | 1010100 | 0 | 100 | 100011001 | 1011011 | 111000 |
Color Harmonies of #B527F5
Complementary color
Monochromatic Colors of #B527F5
Black with #B527F5
Text Example
Text Example
White with #B527F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527F5; }
p { color: rgb(181,39,245); }
H1.HeaderClassName
{
color: #B527F5;
}
.AnyTagClassName
{
color: #B527F5;
}
</style>
background-color css
<style>
a { background-color: #B527F5; }
a { background-color: rgb(181,39,245); }
div.DivClassName
{
background-color: #B527F5;
}
.BgClassName
{
background-color: #B527F5;
}
</style>
border-color css
<style>
span { border-color: #B527F5; }
span { border-color: rgb(181,39,245); }
td.TdClassName
{
border-color: #B527F5;
}
.TagClassName
{
border-color: #B527F5;
}
</style>