Shades of Electric Purple #B215E5
Tints of Electric Purple #B215E5
RGB
CMYK
RGB Variations
Color information
#B215E5 (or 0xB215E5) is known color: Electric Purple. HEX triplet: B2, 15 and E5. RGB value is (178,21,229). Sum of RGB (Red+Green+Blue) = 178+21+229=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #B215E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215E5 is #4DEA1A. Grayscale: #5A5A5A. Windows color (decimal): -5106203 or 15013298. OLE color: 15013298.
HSL color Cylindrical-coordinate representation of color #B215E5: hue angle of 285.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B215E5 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 21 | 229 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.10 |
| HSL | 285.29º | 0.83% | 0.49% | - |
| HSV(B) | 285.29º | 0.91% | 0.9% | - |
| XYZ | 32.77 | 15.66 | 75.42 | - |
| YUV | 91.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 229 | 0.22 | 0.91 | 0 | 0.10 | 285.29 | 0.83 | 0.49 |
| Hex | B2 | 15 | E5 | 16 | 5B | 0 | A | 11D | 53 | 31 |
| Octal | 262 | 25 | 345 | 26 | 133 | 0 | 12 | 435 | 123 | 61 |
| Binary | 10110010 | 10101 | 11100101 | 10110 | 1011011 | 0 | 1010 | 100011101 | 1010011 | 110001 |
Color Harmonies of #B215E5
Complementary color
Monochromatic Colors of #B215E5
Black with #B215E5
Text Example
Text Example
White with #B215E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215E5; }
p { color: rgb(178,21,229); }
H1.HeaderClassName
{
color: #B215E5;
}
.AnyTagClassName
{
color: #B215E5;
}
</style>
background-color css
<style>
a { background-color: #B215E5; }
a { background-color: rgb(178,21,229); }
div.DivClassName
{
background-color: #B215E5;
}
.BgClassName
{
background-color: #B215E5;
}
</style>
border-color css
<style>
span { border-color: #B215E5; }
span { border-color: rgb(178,21,229); }
td.TdClassName
{
border-color: #B215E5;
}
.TagClassName
{
border-color: #B215E5;
}
</style>