Shades of Electric Purple #B521F8
Tints of Electric Purple #B521F8
RGB
CMYK
RGB Variations
Color information
#B521F8 (or 0xB521F8) is known color: Electric Purple. HEX triplet: B5, 21 and F8. RGB value is (181,33,248). Sum of RGB (Red+Green+Blue) = 181+33+248=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #B521F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521F8 is #4ADE07. Grayscale: #656565. Windows color (decimal): -4906504 or 16261557. OLE color: 16261557.
HSL color Cylindrical-coordinate representation of color #B521F8: hue angle of 281.3º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B521F8 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 33 | 248 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.03 |
| HSL | 281.3º | 0.94% | 0.55% | - |
| HSV(B) | 281.3º | 0.87% | 0.97% | - |
| XYZ | 36.54 | 17.69 | 90.3 | - |
| YUV | 101.76 | 210.53 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 248 | 0.27 | 0.87 | 0 | 0.03 | 281.3 | 0.94 | 0.55 |
| Hex | B5 | 21 | F8 | 1B | 57 | 0 | 3 | 119 | 5E | 37 |
| Octal | 265 | 41 | 370 | 33 | 127 | 0 | 3 | 431 | 136 | 67 |
| Binary | 10110101 | 100001 | 11111000 | 11011 | 1010111 | 0 | 11 | 100011001 | 1011110 | 110111 |
Color Harmonies of #B521F8
Complementary color
Monochromatic Colors of #B521F8
Black with #B521F8
Text Example
Text Example
White with #B521F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521F8; }
p { color: rgb(181,33,248); }
H1.HeaderClassName
{
color: #B521F8;
}
.AnyTagClassName
{
color: #B521F8;
}
</style>
background-color css
<style>
a { background-color: #B521F8; }
a { background-color: rgb(181,33,248); }
div.DivClassName
{
background-color: #B521F8;
}
.BgClassName
{
background-color: #B521F8;
}
</style>
border-color css
<style>
span { border-color: #B521F8; }
span { border-color: rgb(181,33,248); }
td.TdClassName
{
border-color: #B521F8;
}
.TagClassName
{
border-color: #B521F8;
}
</style>