Shades of Electric Purple #B215EE
Tints of Electric Purple #B215EE
RGB
CMYK
RGB Variations
Color information
#B215EE (or 0xB215EE) is known color: Electric Purple. HEX triplet: B2, 15 and EE. RGB value is (178,21,238). Sum of RGB (Red+Green+Blue) = 178+21+238=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #B215EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B215EE is #4DEA11. Grayscale: #5B5B5B. Windows color (decimal): -5106194 or 15603122. OLE color: 15603122.
HSL color Cylindrical-coordinate representation of color #B215EE: hue angle of 283.41º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B215EE is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 21 | 238 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.07 |
| HSL | 283.41º | 0.86% | 0.51% | - |
| HSV(B) | 283.41º | 0.91% | 0.93% | - |
| XYZ | 34.06 | 16.17 | 82.22 | - |
| YUV | 92.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 238 | 0.25 | 0.91 | 0 | 0.07 | 283.41 | 0.86 | 0.51 |
| Hex | B2 | 15 | EE | 19 | 5B | 0 | 7 | 11B | 56 | 33 |
| Octal | 262 | 25 | 356 | 31 | 133 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110010 | 10101 | 11101110 | 11001 | 1011011 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B215EE
Complementary color
Monochromatic Colors of #B215EE
Black with #B215EE
Text Example
Text Example
White with #B215EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215EE; }
p { color: rgb(178,21,238); }
H1.HeaderClassName
{
color: #B215EE;
}
.AnyTagClassName
{
color: #B215EE;
}
</style>
background-color css
<style>
a { background-color: #B215EE; }
a { background-color: rgb(178,21,238); }
div.DivClassName
{
background-color: #B215EE;
}
.BgClassName
{
background-color: #B215EE;
}
</style>
border-color css
<style>
span { border-color: #B215EE; }
span { border-color: rgb(178,21,238); }
td.TdClassName
{
border-color: #B215EE;
}
.TagClassName
{
border-color: #B215EE;
}
</style>