Shades of Electric Purple #B518FF
Tints of Electric Purple #B518FF
RGB
CMYK
RGB Variations
Color information
#B518FF (or 0xB518FF) is known color: Electric Purple. HEX triplet: B5, 18 and FF. RGB value is (181,24,255). Sum of RGB (Red+Green+Blue) = 181+24+255=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #B518FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B518FF is #4AE700. Grayscale: #606060. Windows color (decimal): -4908801 or 16718005. OLE color: 16718005.
HSL color Cylindrical-coordinate representation of color #B518FF: hue angle of 280.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B518FF is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 24 | 255 | - |
| CMYK | 0.29 | 0.91 | 0 | 0 |
| HSL | 280.78º | 1% | 0.55% | - |
| HSV(B) | 280.78º | 0.91% | 1% | - |
| XYZ | 37.43 | 17.7 | 96.05 | - |
| YUV | 97.28 | 217.01 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 255 | 0.29 | 0.91 | 0 | 0 | 280.78 | 1 | 0.55 |
| Hex | B5 | 18 | FF | 1D | 5B | 0 | 0 | 119 | 64 | 37 |
| Octal | 265 | 30 | 377 | 35 | 133 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10110101 | 11000 | 11111111 | 11101 | 1011011 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B518FF
Complementary color
Monochromatic Colors of #B518FF
Black with #B518FF
Text Example
Text Example
White with #B518FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518FF; }
p { color: rgb(181,24,255); }
H1.HeaderClassName
{
color: #B518FF;
}
.AnyTagClassName
{
color: #B518FF;
}
</style>
background-color css
<style>
a { background-color: #B518FF; }
a { background-color: rgb(181,24,255); }
div.DivClassName
{
background-color: #B518FF;
}
.BgClassName
{
background-color: #B518FF;
}
</style>
border-color css
<style>
span { border-color: #B518FF; }
span { border-color: rgb(181,24,255); }
td.TdClassName
{
border-color: #B518FF;
}
.TagClassName
{
border-color: #B518FF;
}
</style>