Shades of Electric Purple #B215FE
Tints of Electric Purple #B215FE
RGB
CMYK
RGB Variations
Color information
#B215FE (or 0xB215FE) is known color: Electric Purple. HEX triplet: B2, 15 and FE. RGB value is (178,21,254). Sum of RGB (Red+Green+Blue) = 178+21+254=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #B215FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B215FE is #4DEA01. Grayscale: #5D5D5D. Windows color (decimal): -5106178 or 16651698. OLE color: 16651698.
HSL color Cylindrical-coordinate representation of color #B215FE: hue angle of 280.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B215FE is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 21 | 254 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.00 |
| HSL | 280.43º | 0.99% | 0.54% | - |
| HSV(B) | 280.43º | 0.92% | 1% | - |
| XYZ | 36.52 | 17.16 | 95.15 | - |
| YUV | 94.51 | 218.01 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 21 | 254 | 0.30 | 0.92 | 0 | 0.00 | 280.43 | 0.99 | 0.54 |
| Hex | B2 | 15 | FE | 1E | 5C | 0 | 0 | 118 | 63 | 36 |
| Octal | 262 | 25 | 376 | 36 | 134 | 0 | 0 | 430 | 143 | 66 |
| Binary | 10110010 | 10101 | 11111110 | 11110 | 1011100 | 0 | 0 | 100011000 | 1100011 | 110110 |
Color Harmonies of #B215FE
Complementary color
Monochromatic Colors of #B215FE
Black with #B215FE
Text Example
Text Example
White with #B215FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B215FE; }
p { color: rgb(178,21,254); }
H1.HeaderClassName
{
color: #B215FE;
}
.AnyTagClassName
{
color: #B215FE;
}
</style>
background-color css
<style>
a { background-color: #B215FE; }
a { background-color: rgb(178,21,254); }
div.DivClassName
{
background-color: #B215FE;
}
.BgClassName
{
background-color: #B215FE;
}
</style>
border-color css
<style>
span { border-color: #B215FE; }
span { border-color: rgb(178,21,254); }
td.TdClassName
{
border-color: #B215FE;
}
.TagClassName
{
border-color: #B215FE;
}
</style>