Shades of Electric Purple #B531FF
Tints of Electric Purple #B531FF
RGB
CMYK
RGB Variations
Color information
#B531FF (or 0xB531FF) is known color: Electric Purple. HEX triplet: B5, 31 and FF. RGB value is (181,49,255). Sum of RGB (Red+Green+Blue) = 181+49+255=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B531FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531FF is #4ACE00. Grayscale: #6F6F6F. Windows color (decimal): -4902401 or 16724405. OLE color: 16724405.
HSL color Cylindrical-coordinate representation of color #B531FF: hue angle of 278.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B531FF is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 49 | 255 | - |
| CMYK | 0.29 | 0.81 | 0 | 0 |
| HSL | 278.45º | 1% | 0.6% | - |
| HSV(B) | 278.45º | 0.81% | 1% | - |
| XYZ | 38.2 | 19.24 | 96.31 | - |
| YUV | 111.95 | 208.73 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 255 | 0.29 | 0.81 | 0 | 0 | 278.45 | 1 | 0.6 |
| Hex | B5 | 31 | FF | 1D | 51 | 0 | 0 | 116 | 64 | 3C |
| Octal | 265 | 61 | 377 | 35 | 121 | 0 | 0 | 426 | 144 | 74 |
| Binary | 10110101 | 110001 | 11111111 | 11101 | 1010001 | 0 | 0 | 100010110 | 1100100 | 111100 |
Color Harmonies of #B531FF
Complementary color
Monochromatic Colors of #B531FF
Black with #B531FF
Text Example
Text Example
White with #B531FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531FF; }
p { color: rgb(181,49,255); }
H1.HeaderClassName
{
color: #B531FF;
}
.AnyTagClassName
{
color: #B531FF;
}
</style>
background-color css
<style>
a { background-color: #B531FF; }
a { background-color: rgb(181,49,255); }
div.DivClassName
{
background-color: #B531FF;
}
.BgClassName
{
background-color: #B531FF;
}
</style>
border-color css
<style>
span { border-color: #B531FF; }
span { border-color: rgb(181,49,255); }
td.TdClassName
{
border-color: #B531FF;
}
.TagClassName
{
border-color: #B531FF;
}
</style>