Shades of Electric Purple #B017FA
Tints of Electric Purple #B017FA
RGB
CMYK
RGB Variations
Color information
#B017FA (or 0xB017FA) is known color: Electric Purple. HEX triplet: B0, 17 and FA. RGB value is (176,23,250). Sum of RGB (Red+Green+Blue) = 176+23+250=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #B017FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B017FA is #4FE805. Grayscale: #5D5D5D. Windows color (decimal): -5236742 or 16390064. OLE color: 16390064.
HSL color Cylindrical-coordinate representation of color #B017FA: hue angle of 280.44º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B017FA is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 23 | 250 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.02 |
| HSL | 280.44º | 0.96% | 0.54% | - |
| HSV(B) | 280.44º | 0.91% | 0.98% | - |
| XYZ | 35.47 | 16.75 | 91.81 | - |
| YUV | 94.63 | 215.69 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 250 | 0.30 | 0.91 | 0 | 0.02 | 280.44 | 0.96 | 0.54 |
| Hex | B0 | 17 | FA | 1E | 5B | 0 | 2 | 118 | 60 | 36 |
| Octal | 260 | 27 | 372 | 36 | 133 | 0 | 2 | 430 | 140 | 66 |
| Binary | 10110000 | 10111 | 11111010 | 11110 | 1011011 | 0 | 10 | 100011000 | 1100000 | 110110 |
Color Harmonies of #B017FA
Complementary color
Monochromatic Colors of #B017FA
Black with #B017FA
Text Example
Text Example
White with #B017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017FA; }
p { color: rgb(176,23,250); }
H1.HeaderClassName
{
color: #B017FA;
}
.AnyTagClassName
{
color: #B017FA;
}
</style>
background-color css
<style>
a { background-color: #B017FA; }
a { background-color: rgb(176,23,250); }
div.DivClassName
{
background-color: #B017FA;
}
.BgClassName
{
background-color: #B017FA;
}
</style>
border-color css
<style>
span { border-color: #B017FA; }
span { border-color: rgb(176,23,250); }
td.TdClassName
{
border-color: #B017FA;
}
.TagClassName
{
border-color: #B017FA;
}
</style>