Shades of Electric Purple #B527F8
Tints of Electric Purple #B527F8
RGB
CMYK
RGB Variations
Color information
#B527F8 (or 0xB527F8) is known color: Electric Purple. HEX triplet: B5, 27 and F8. RGB value is (181,39,248). Sum of RGB (Red+Green+Blue) = 181+39+248=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #B527F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527F8 is #4AD807. Grayscale: #686868. Windows color (decimal): -4904968 or 16263093. OLE color: 16263093.
HSL color Cylindrical-coordinate representation of color #B527F8: hue angle of 280.77º degrees, saturation: 0.94, 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 #B527F8 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 39 | 248 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.03 |
| HSL | 280.77º | 0.94% | 0.56% | - |
| HSV(B) | 280.77º | 0.84% | 0.97% | - |
| XYZ | 36.72 | 18.05 | 90.36 | - |
| YUV | 105.28 | 208.54 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 248 | 0.27 | 0.84 | 0 | 0.03 | 280.77 | 0.94 | 0.56 |
| Hex | B5 | 27 | F8 | 1B | 54 | 0 | 3 | 119 | 5E | 38 |
| Octal | 265 | 47 | 370 | 33 | 124 | 0 | 3 | 431 | 136 | 70 |
| Binary | 10110101 | 100111 | 11111000 | 11011 | 1010100 | 0 | 11 | 100011001 | 1011110 | 111000 |
Color Harmonies of #B527F8
Complementary color
Monochromatic Colors of #B527F8
Black with #B527F8
Text Example
Text Example
White with #B527F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B527F8; }
p { color: rgb(181,39,248); }
H1.HeaderClassName
{
color: #B527F8;
}
.AnyTagClassName
{
color: #B527F8;
}
</style>
background-color css
<style>
a { background-color: #B527F8; }
a { background-color: rgb(181,39,248); }
div.DivClassName
{
background-color: #B527F8;
}
.BgClassName
{
background-color: #B527F8;
}
</style>
border-color css
<style>
span { border-color: #B527F8; }
span { border-color: rgb(181,39,248); }
td.TdClassName
{
border-color: #B527F8;
}
.TagClassName
{
border-color: #B527F8;
}
</style>