Shades of Electric Purple #B521F7
Tints of Electric Purple #B521F7
RGB
CMYK
RGB Variations
Color information
#B521F7 (or 0xB521F7) is known color: Electric Purple. HEX triplet: B5, 21 and F7. RGB value is (181,33,247). Sum of RGB (Red+Green+Blue) = 181+33+247=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #B521F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521F7 is #4ADE08. Grayscale: #646464. Windows color (decimal): -4906505 or 16196021. OLE color: 16196021.
HSL color Cylindrical-coordinate representation of color #B521F7: hue angle of 281.5º degrees, saturation: 0.93, 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 #B521F7 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 33 | 247 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.03 |
| HSL | 281.5º | 0.93% | 0.55% | - |
| HSV(B) | 281.5º | 0.87% | 0.97% | - |
| XYZ | 36.39 | 17.63 | 89.48 | - |
| YUV | 101.65 | 210.03 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 247 | 0.27 | 0.87 | 0 | 0.03 | 281.5 | 0.93 | 0.55 |
| Hex | B5 | 21 | F7 | 1B | 57 | 0 | 3 | 119 | 5D | 37 |
| Octal | 265 | 41 | 367 | 33 | 127 | 0 | 3 | 431 | 135 | 67 |
| Binary | 10110101 | 100001 | 11110111 | 11011 | 1010111 | 0 | 11 | 100011001 | 1011101 | 110111 |
Color Harmonies of #B521F7
Complementary color
Monochromatic Colors of #B521F7
Black with #B521F7
Text Example
Text Example
White with #B521F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521F7; }
p { color: rgb(181,33,247); }
H1.HeaderClassName
{
color: #B521F7;
}
.AnyTagClassName
{
color: #B521F7;
}
</style>
background-color css
<style>
a { background-color: #B521F7; }
a { background-color: rgb(181,33,247); }
div.DivClassName
{
background-color: #B521F7;
}
.BgClassName
{
background-color: #B521F7;
}
</style>
border-color css
<style>
span { border-color: #B521F7; }
span { border-color: rgb(181,33,247); }
td.TdClassName
{
border-color: #B521F7;
}
.TagClassName
{
border-color: #B521F7;
}
</style>