Shades of Electric Purple #B017EE
Tints of Electric Purple #B017EE
RGB
CMYK
RGB Variations
Color information
#B017EE (or 0xB017EE) is known color: Electric Purple. HEX triplet: B0, 17 and EE. RGB value is (176,23,238). Sum of RGB (Red+Green+Blue) = 176+23+238=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 23 (9.38% from 255 or 5.26% 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 #B017EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017EE is #4FE811. Grayscale: #5C5C5C. Windows color (decimal): -5236754 or 15603632. OLE color: 15603632.
HSL color Cylindrical-coordinate representation of color #B017EE: hue angle of 282.7º 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 #B017EE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 23 | 238 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.7º | 0.86% | 0.51% | - |
| HSV(B) | 282.7º | 0.9% | 0.93% | - |
| XYZ | 33.64 | 16.02 | 82.21 | - |
| YUV | 93.26 | 209.69 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 238 | 0.26 | 0.90 | 0 | 0.07 | 282.7 | 0.86 | 0.51 |
| Hex | B0 | 17 | EE | 1A | 5A | 0 | 7 | 11B | 56 | 33 |
| Octal | 260 | 27 | 356 | 32 | 132 | 0 | 7 | 433 | 126 | 63 |
| Binary | 10110000 | 10111 | 11101110 | 11010 | 1011010 | 0 | 111 | 100011011 | 1010110 | 110011 |
Color Harmonies of #B017EE
Complementary color
Monochromatic Colors of #B017EE
Black with #B017EE
Text Example
Text Example
White with #B017EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017EE; }
p { color: rgb(176,23,238); }
H1.HeaderClassName
{
color: #B017EE;
}
.AnyTagClassName
{
color: #B017EE;
}
</style>
background-color css
<style>
a { background-color: #B017EE; }
a { background-color: rgb(176,23,238); }
div.DivClassName
{
background-color: #B017EE;
}
.BgClassName
{
background-color: #B017EE;
}
</style>
border-color css
<style>
span { border-color: #B017EE; }
span { border-color: rgb(176,23,238); }
td.TdClassName
{
border-color: #B017EE;
}
.TagClassName
{
border-color: #B017EE;
}
</style>