Shades of Electric Purple #B518DF
Tints of Electric Purple #B518DF
RGB
CMYK
RGB Variations
Color information
#B518DF (or 0xB518DF) is known color: Electric Purple. HEX triplet: B5, 18 and DF. RGB value is (181,24,223). Sum of RGB (Red+Green+Blue) = 181+24+223=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #B518DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518DF is #4AE720. Grayscale: #5C5C5C. Windows color (decimal): -4908833 or 14620853. OLE color: 14620853.
HSL color Cylindrical-coordinate representation of color #B518DF: hue angle of 287.34º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B518DF is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 24 | 223 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.13 |
| HSL | 287.34º | 0.81% | 0.48% | - |
| HSV(B) | 287.34º | 0.89% | 0.87% | - |
| XYZ | 32.7 | 15.8 | 71.14 | - |
| YUV | 93.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 223 | 0.19 | 0.89 | 0 | 0.13 | 287.34 | 0.81 | 0.48 |
| Hex | B5 | 18 | DF | 13 | 59 | 0 | D | 11F | 51 | 30 |
| Octal | 265 | 30 | 337 | 23 | 131 | 0 | 15 | 437 | 121 | 60 |
| Binary | 10110101 | 11000 | 11011111 | 10011 | 1011001 | 0 | 1101 | 100011111 | 1010001 | 110000 |
Color Harmonies of #B518DF
Complementary color
Monochromatic Colors of #B518DF
Black with #B518DF
Text Example
Text Example
White with #B518DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518DF; }
p { color: rgb(181,24,223); }
H1.HeaderClassName
{
color: #B518DF;
}
.AnyTagClassName
{
color: #B518DF;
}
</style>
background-color css
<style>
a { background-color: #B518DF; }
a { background-color: rgb(181,24,223); }
div.DivClassName
{
background-color: #B518DF;
}
.BgClassName
{
background-color: #B518DF;
}
</style>
border-color css
<style>
span { border-color: #B518DF; }
span { border-color: rgb(181,24,223); }
td.TdClassName
{
border-color: #B518DF;
}
.TagClassName
{
border-color: #B518DF;
}
</style>