Shades of Electric Purple #B527FA
Tints of Electric Purple #B527FA
RGB
CMYK
RGB Variations
Color information
#B527FA (or 0xB527FA) is known color: Electric Purple. HEX triplet: B5, 27 and FA. RGB value is (181,39,250). Sum of RGB (Red+Green+Blue) = 181+39+250=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #B527FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527FA is #4AD805. Grayscale: #686868. Windows color (decimal): -4904966 or 16394165. OLE color: 16394165.
HSL color Cylindrical-coordinate representation of color #B527FA: hue angle of 280.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B527FA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 39 | 250 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.02 |
| HSL | 280.38º | 0.95% | 0.57% | - |
| HSV(B) | 280.38º | 0.84% | 0.98% | - |
| XYZ | 37.04 | 18.18 | 92 | - |
| YUV | 105.51 | 209.54 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 250 | 0.28 | 0.84 | 0 | 0.02 | 280.38 | 0.95 | 0.57 |
| Hex | B5 | 27 | FA | 1C | 54 | 0 | 2 | 118 | 5F | 39 |
| Octal | 265 | 47 | 372 | 34 | 124 | 0 | 2 | 430 | 137 | 71 |
| Binary | 10110101 | 100111 | 11111010 | 11100 | 1010100 | 0 | 10 | 100011000 | 1011111 | 111001 |
Color Harmonies of #B527FA
Complementary color
Monochromatic Colors of #B527FA
Black with #B527FA
Text Example
Text Example
White with #B527FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527FA; }
p { color: rgb(181,39,250); }
H1.HeaderClassName
{
color: #B527FA;
}
.AnyTagClassName
{
color: #B527FA;
}
</style>
background-color css
<style>
a { background-color: #B527FA; }
a { background-color: rgb(181,39,250); }
div.DivClassName
{
background-color: #B527FA;
}
.BgClassName
{
background-color: #B527FA;
}
</style>
border-color css
<style>
span { border-color: #B527FA; }
span { border-color: rgb(181,39,250); }
td.TdClassName
{
border-color: #B527FA;
}
.TagClassName
{
border-color: #B527FA;
}
</style>