Shades of Electric Purple #B518F1
Tints of Electric Purple #B518F1
RGB
CMYK
RGB Variations
Color information
#B518F1 (or 0xB518F1) is known color: Electric Purple. HEX triplet: B5, 18 and F1. RGB value is (181,24,241). Sum of RGB (Red+Green+Blue) = 181+24+241=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #B518F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B518F1 is #4AE70E. Grayscale: #5E5E5E. Windows color (decimal): -4908815 or 15800501. OLE color: 15800501.
HSL color Cylindrical-coordinate representation of color #B518F1: hue angle of 283.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B518F1 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 24 | 241 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.05 |
| HSL | 283.41º | 0.89% | 0.52% | - |
| HSV(B) | 283.41º | 0.9% | 0.95% | - |
| XYZ | 35.26 | 16.83 | 84.61 | - |
| YUV | 95.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 241 | 0.25 | 0.90 | 0 | 0.05 | 283.41 | 0.89 | 0.52 |
| Hex | B5 | 18 | F1 | 19 | 5A | 0 | 5 | 11B | 59 | 34 |
| Octal | 265 | 30 | 361 | 31 | 132 | 0 | 5 | 433 | 131 | 64 |
| Binary | 10110101 | 11000 | 11110001 | 11001 | 1011010 | 0 | 101 | 100011011 | 1011001 | 110100 |
Color Harmonies of #B518F1
Complementary color
Monochromatic Colors of #B518F1
Black with #B518F1
Text Example
Text Example
White with #B518F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518F1; }
p { color: rgb(181,24,241); }
H1.HeaderClassName
{
color: #B518F1;
}
.AnyTagClassName
{
color: #B518F1;
}
</style>
background-color css
<style>
a { background-color: #B518F1; }
a { background-color: rgb(181,24,241); }
div.DivClassName
{
background-color: #B518F1;
}
.BgClassName
{
background-color: #B518F1;
}
</style>
border-color css
<style>
span { border-color: #B518F1; }
span { border-color: rgb(181,24,241); }
td.TdClassName
{
border-color: #B518F1;
}
.TagClassName
{
border-color: #B518F1;
}
</style>