Shades of Electric Purple #B017FE
Tints of Electric Purple #B017FE
RGB
CMYK
RGB Variations
Color information
#B017FE (or 0xB017FE) is known color: Electric Purple. HEX triplet: B0, 17 and FE. RGB value is (176,23,254). Sum of RGB (Red+Green+Blue) = 176+23+254=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 23 (9.38% from 255 or 5.08% 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 #B017FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017FE is #4FE801. Grayscale: #5E5E5E. Windows color (decimal): -5236738 or 16652208. OLE color: 16652208.
HSL color Cylindrical-coordinate representation of color #B017FE: hue angle of 279.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B017FE is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 23 | 254 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.00 |
| HSL | 279.74º | 0.99% | 0.54% | - |
| HSV(B) | 279.74º | 0.91% | 1% | - |
| XYZ | 36.1 | 17 | 95.14 | - |
| YUV | 95.08 | 217.69 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 254 | 0.31 | 0.91 | 0 | 0.00 | 279.74 | 0.99 | 0.54 |
| Hex | B0 | 17 | FE | 1F | 5B | 0 | 0 | 118 | 63 | 36 |
| Octal | 260 | 27 | 376 | 37 | 133 | 0 | 0 | 430 | 143 | 66 |
| Binary | 10110000 | 10111 | 11111110 | 11111 | 1011011 | 0 | 0 | 100011000 | 1100011 | 110110 |
Color Harmonies of #B017FE
Complementary color
Monochromatic Colors of #B017FE
Black with #B017FE
Text Example
Text Example
White with #B017FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017FE; }
p { color: rgb(176,23,254); }
H1.HeaderClassName
{
color: #B017FE;
}
.AnyTagClassName
{
color: #B017FE;
}
</style>
background-color css
<style>
a { background-color: #B017FE; }
a { background-color: rgb(176,23,254); }
div.DivClassName
{
background-color: #B017FE;
}
.BgClassName
{
background-color: #B017FE;
}
</style>
border-color css
<style>
span { border-color: #B017FE; }
span { border-color: rgb(176,23,254); }
td.TdClassName
{
border-color: #B017FE;
}
.TagClassName
{
border-color: #B017FE;
}
</style>