Shades of Electric Purple #B521FB
Tints of Electric Purple #B521FB
RGB
CMYK
RGB Variations
Color information
#B521FB (or 0xB521FB) is known color: Electric Purple. HEX triplet: B5, 21 and FB. RGB value is (181,33,251). Sum of RGB (Red+Green+Blue) = 181+33+251=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #B521FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521FB is #4ADE04. Grayscale: #656565. Windows color (decimal): -4906501 or 16458165. OLE color: 16458165.
HSL color Cylindrical-coordinate representation of color #B521FB: hue angle of 280.73º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B521FB is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 33 | 251 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.02 |
| HSL | 280.73º | 0.96% | 0.56% | - |
| HSV(B) | 280.73º | 0.87% | 0.98% | - |
| XYZ | 37.01 | 17.88 | 92.77 | - |
| YUV | 102.1 | 212.03 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 251 | 0.28 | 0.87 | 0 | 0.02 | 280.73 | 0.96 | 0.56 |
| Hex | B5 | 21 | FB | 1C | 57 | 0 | 2 | 119 | 60 | 38 |
| Octal | 265 | 41 | 373 | 34 | 127 | 0 | 2 | 431 | 140 | 70 |
| Binary | 10110101 | 100001 | 11111011 | 11100 | 1010111 | 0 | 10 | 100011001 | 1100000 | 111000 |
Color Harmonies of #B521FB
Complementary color
Monochromatic Colors of #B521FB
Black with #B521FB
Text Example
Text Example
White with #B521FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521FB; }
p { color: rgb(181,33,251); }
H1.HeaderClassName
{
color: #B521FB;
}
.AnyTagClassName
{
color: #B521FB;
}
</style>
background-color css
<style>
a { background-color: #B521FB; }
a { background-color: rgb(181,33,251); }
div.DivClassName
{
background-color: #B521FB;
}
.BgClassName
{
background-color: #B521FB;
}
</style>
border-color css
<style>
span { border-color: #B521FB; }
span { border-color: rgb(181,33,251); }
td.TdClassName
{
border-color: #B521FB;
}
.TagClassName
{
border-color: #B521FB;
}
</style>