Shades of Electric Purple #B531FA
Tints of Electric Purple #B531FA
RGB
CMYK
RGB Variations
Color information
#B531FA (or 0xB531FA) is known color: Electric Purple. HEX triplet: B5, 31 and FA. RGB value is (181,49,250). Sum of RGB (Red+Green+Blue) = 181+49+250=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #B531FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531FA is #4ACE05. Grayscale: #6E6E6E. Windows color (decimal): -4902406 or 16396725. OLE color: 16396725.
HSL color Cylindrical-coordinate representation of color #B531FA: hue angle of 279.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B531FA is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 49 | 250 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.02 |
| HSL | 279.4º | 0.95% | 0.59% | - |
| HSV(B) | 279.4º | 0.8% | 0.98% | - |
| XYZ | 37.41 | 18.92 | 92.12 | - |
| YUV | 111.38 | 206.23 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 250 | 0.28 | 0.80 | 0 | 0.02 | 279.4 | 0.95 | 0.59 |
| Hex | B5 | 31 | FA | 1C | 50 | 0 | 2 | 117 | 5F | 3B |
| Octal | 265 | 61 | 372 | 34 | 120 | 0 | 2 | 427 | 137 | 73 |
| Binary | 10110101 | 110001 | 11111010 | 11100 | 1010000 | 0 | 10 | 100010111 | 1011111 | 111011 |
Color Harmonies of #B531FA
Complementary color
Monochromatic Colors of #B531FA
Black with #B531FA
Text Example
Text Example
White with #B531FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531FA; }
p { color: rgb(181,49,250); }
H1.HeaderClassName
{
color: #B531FA;
}
.AnyTagClassName
{
color: #B531FA;
}
</style>
background-color css
<style>
a { background-color: #B531FA; }
a { background-color: rgb(181,49,250); }
div.DivClassName
{
background-color: #B531FA;
}
.BgClassName
{
background-color: #B531FA;
}
</style>
border-color css
<style>
span { border-color: #B531FA; }
span { border-color: rgb(181,49,250); }
td.TdClassName
{
border-color: #B531FA;
}
.TagClassName
{
border-color: #B531FA;
}
</style>