Shades of Electric Purple #B217ED
Tints of Electric Purple #B217ED
RGB
CMYK
RGB Variations
Color information
#B217ED (or 0xB217ED) is known color: Electric Purple. HEX triplet: B2, 17 and ED. RGB value is (178,23,237). Sum of RGB (Red+Green+Blue) = 178+23+237=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B217ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B217ED is #4DE812. Grayscale: #5D5D5D. Windows color (decimal): -5105683 or 15538098. OLE color: 15538098.
HSL color Cylindrical-coordinate representation of color #B217ED: hue angle of 283.46º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B217ED is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 23 | 237 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.07 |
| HSL | 283.46º | 0.86% | 0.51% | - |
| HSV(B) | 283.46º | 0.9% | 0.93% | - |
| XYZ | 33.95 | 16.19 | 81.46 | - |
| YUV | 93.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 237 | 0.25 | 0.90 | 0 | 0.07 | 283.46 | 0.86 | 0.51 |
| Hex | B2 | 17 | ED | 19 | 5A | 0 | 7 | 11B | 56 | 33 |
| Octal | 262 | 27 | 355 | 31 | 132 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110010 | 10111 | 11101101 | 11001 | 1011010 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B217ED
Complementary color
Monochromatic Colors of #B217ED
Black with #B217ED
Text Example
Text Example
White with #B217ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B217ED; }
p { color: rgb(178,23,237); }
H1.HeaderClassName
{
color: #B217ED;
}
.AnyTagClassName
{
color: #B217ED;
}
</style>
background-color css
<style>
a { background-color: #B217ED; }
a { background-color: rgb(178,23,237); }
div.DivClassName
{
background-color: #B217ED;
}
.BgClassName
{
background-color: #B217ED;
}
</style>
border-color css
<style>
span { border-color: #B217ED; }
span { border-color: rgb(178,23,237); }
td.TdClassName
{
border-color: #B217ED;
}
.TagClassName
{
border-color: #B217ED;
}
</style>