Shades of Electric Purple #B531FE
Tints of Electric Purple #B531FE
RGB
CMYK
RGB Variations
Color information
#B531FE (or 0xB531FE) is known color: Electric Purple. HEX triplet: B5, 31 and FE. RGB value is (181,49,254). Sum of RGB (Red+Green+Blue) = 181+49+254=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #B531FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531FE is #4ACE01. Grayscale: #6F6F6F. Windows color (decimal): -4902402 or 16658869. OLE color: 16658869.
HSL color Cylindrical-coordinate representation of color #B531FE: hue angle of 278.63º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B531FE is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 49 | 254 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.00 |
| HSL | 278.63º | 0.99% | 0.59% | - |
| HSV(B) | 278.63º | 0.81% | 1% | - |
| XYZ | 38.04 | 19.18 | 95.46 | - |
| YUV | 111.84 | 208.23 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 254 | 0.29 | 0.81 | 0 | 0.00 | 278.63 | 0.99 | 0.59 |
| Hex | B5 | 31 | FE | 1D | 51 | 0 | 0 | 117 | 63 | 3B |
| Octal | 265 | 61 | 376 | 35 | 121 | 0 | 0 | 427 | 143 | 73 |
| Binary | 10110101 | 110001 | 11111110 | 11101 | 1010001 | 0 | 0 | 100010111 | 1100011 | 111011 |
Color Harmonies of #B531FE
Complementary color
Monochromatic Colors of #B531FE
Black with #B531FE
Text Example
Text Example
White with #B531FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531FE; }
p { color: rgb(181,49,254); }
H1.HeaderClassName
{
color: #B531FE;
}
.AnyTagClassName
{
color: #B531FE;
}
</style>
background-color css
<style>
a { background-color: #B531FE; }
a { background-color: rgb(181,49,254); }
div.DivClassName
{
background-color: #B531FE;
}
.BgClassName
{
background-color: #B531FE;
}
</style>
border-color css
<style>
span { border-color: #B531FE; }
span { border-color: rgb(181,49,254); }
td.TdClassName
{
border-color: #B531FE;
}
.TagClassName
{
border-color: #B531FE;
}
</style>