Shades of Electric Purple #B017EF
Tints of Electric Purple #B017EF
RGB
CMYK
RGB Variations
Color information
#B017EF (or 0xB017EF) is known color: Electric Purple. HEX triplet: B0, 17 and EF. RGB value is (176,23,239). Sum of RGB (Red+Green+Blue) = 176+23+239=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #B017EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017EF is #4FE810. Grayscale: #5C5C5C. Windows color (decimal): -5236753 or 15669168. OLE color: 15669168.
HSL color Cylindrical-coordinate representation of color #B017EF: hue angle of 282.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B017EF is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 23 | 239 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.06 |
| HSL | 282.5º | 0.87% | 0.51% | - |
| HSV(B) | 282.5º | 0.9% | 0.94% | - |
| XYZ | 33.79 | 16.07 | 82.98 | - |
| YUV | 93.37 | 210.19 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 239 | 0.26 | 0.90 | 0 | 0.06 | 282.5 | 0.87 | 0.51 |
| Hex | B0 | 17 | EF | 1A | 5A | 0 | 6 | 11A | 57 | 33 |
| Octal | 260 | 27 | 357 | 32 | 132 | 0 | 6 | 432 | 127 | 63 |
| Binary | 10110000 | 10111 | 11101111 | 11010 | 1011010 | 0 | 110 | 100011010 | 1010111 | 110011 |
Color Harmonies of #B017EF
Complementary color
Monochromatic Colors of #B017EF
Black with #B017EF
Text Example
Text Example
White with #B017EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017EF; }
p { color: rgb(176,23,239); }
H1.HeaderClassName
{
color: #B017EF;
}
.AnyTagClassName
{
color: #B017EF;
}
</style>
background-color css
<style>
a { background-color: #B017EF; }
a { background-color: rgb(176,23,239); }
div.DivClassName
{
background-color: #B017EF;
}
.BgClassName
{
background-color: #B017EF;
}
</style>
border-color css
<style>
span { border-color: #B017EF; }
span { border-color: rgb(176,23,239); }
td.TdClassName
{
border-color: #B017EF;
}
.TagClassName
{
border-color: #B017EF;
}
</style>