Shades of Electric Purple #B527FD
Tints of Electric Purple #B527FD
RGB
CMYK
RGB Variations
Color information
#B527FD (or 0xB527FD) is known color: Electric Purple. HEX triplet: B5, 27 and FD. RGB value is (181,39,253). Sum of RGB (Red+Green+Blue) = 181+39+253=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #B527FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527FD is #4AD802. Grayscale: #696969. Windows color (decimal): -4904963 or 16590773. OLE color: 16590773.
HSL color Cylindrical-coordinate representation of color #B527FD: hue angle of 279.81º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B527FD is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 39 | 253 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.01 |
| HSL | 279.81º | 0.98% | 0.57% | - |
| HSV(B) | 279.81º | 0.85% | 0.99% | - |
| XYZ | 37.51 | 18.37 | 94.5 | - |
| YUV | 105.85 | 211.04 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 253 | 0.28 | 0.85 | 0 | 0.01 | 279.81 | 0.98 | 0.57 |
| Hex | B5 | 27 | FD | 1C | 55 | 0 | 1 | 118 | 62 | 39 |
| Octal | 265 | 47 | 375 | 34 | 125 | 0 | 1 | 430 | 142 | 71 |
| Binary | 10110101 | 100111 | 11111101 | 11100 | 1010101 | 0 | 1 | 100011000 | 1100010 | 111001 |
Color Harmonies of #B527FD
Complementary color
Monochromatic Colors of #B527FD
Black with #B527FD
Text Example
Text Example
White with #B527FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527FD; }
p { color: rgb(181,39,253); }
H1.HeaderClassName
{
color: #B527FD;
}
.AnyTagClassName
{
color: #B527FD;
}
</style>
background-color css
<style>
a { background-color: #B527FD; }
a { background-color: rgb(181,39,253); }
div.DivClassName
{
background-color: #B527FD;
}
.BgClassName
{
background-color: #B527FD;
}
</style>
border-color css
<style>
span { border-color: #B527FD; }
span { border-color: rgb(181,39,253); }
td.TdClassName
{
border-color: #B527FD;
}
.TagClassName
{
border-color: #B527FD;
}
</style>