Shades of Electric Purple #B514E1
Tints of Electric Purple #B514E1
RGB
CMYK
RGB Variations
Color information
#B514E1 (or 0xB514E1) is known color: Electric Purple. HEX triplet: B5, 14 and E1. RGB value is (181,20,225). Sum of RGB (Red+Green+Blue) = 181+20+225=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #B514E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514E1 is #4AEB1E. Grayscale: #5A5A5A. Windows color (decimal): -4909855 or 14750901. OLE color: 14750901.
HSL color Cylindrical-coordinate representation of color #B514E1: hue angle of 287.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B514E1 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 20 | 225 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.12 |
| HSL | 287.12º | 0.84% | 0.48% | - |
| HSV(B) | 287.12º | 0.91% | 0.88% | - |
| XYZ | 32.9 | 15.76 | 72.54 | - |
| YUV | 91.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 225 | 0.20 | 0.91 | 0 | 0.12 | 287.12 | 0.84 | 0.48 |
| Hex | B5 | 14 | E1 | 14 | 5B | 0 | C | 11F | 54 | 30 |
| Octal | 265 | 24 | 341 | 24 | 133 | 0 | 14 | 437 | 124 | 60 |
| Binary | 10110101 | 10100 | 11100001 | 10100 | 1011011 | 0 | 1100 | 100011111 | 1010100 | 110000 |
Color Harmonies of #B514E1
Complementary color
Monochromatic Colors of #B514E1
Black with #B514E1
Text Example
Text Example
White with #B514E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B514E1; }
p { color: rgb(181,20,225); }
H1.HeaderClassName
{
color: #B514E1;
}
.AnyTagClassName
{
color: #B514E1;
}
</style>
background-color css
<style>
a { background-color: #B514E1; }
a { background-color: rgb(181,20,225); }
div.DivClassName
{
background-color: #B514E1;
}
.BgClassName
{
background-color: #B514E1;
}
</style>
border-color css
<style>
span { border-color: #B514E1; }
span { border-color: rgb(181,20,225); }
td.TdClassName
{
border-color: #B514E1;
}
.TagClassName
{
border-color: #B514E1;
}
</style>