Shades of Electric Purple #B01CE7
Tints of Electric Purple #B01CE7
RGB
CMYK
RGB Variations
Color information
#B01CE7 (or 0xB01CE7) is known color: Electric Purple. HEX triplet: B0, 1C and E7. RGB value is (176,28,231). Sum of RGB (Red+Green+Blue) = 176+28+231=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #B01CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CE7 is #4FE318. Grayscale: #5E5E5E. Windows color (decimal): -5235481 or 15146160. OLE color: 15146160.
HSL color Cylindrical-coordinate representation of color #B01CE7: hue angle of 283.74º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01CE7 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 28 | 231 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.09 |
| HSL | 283.74º | 0.81% | 0.51% | - |
| HSV(B) | 283.74º | 0.88% | 0.91% | - |
| XYZ | 32.74 | 15.83 | 76.93 | - |
| YUV | 95.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 231 | 0.24 | 0.88 | 0 | 0.09 | 283.74 | 0.81 | 0.51 |
| Hex | B0 | 1C | E7 | 18 | 58 | 0 | 9 | 11C | 51 | 33 |
| Octal | 260 | 34 | 347 | 30 | 130 | 0 | 11 | 434 | 121 | 63 |
| Binary | 10110000 | 11100 | 11100111 | 11000 | 1011000 | 0 | 1001 | 100011100 | 1010001 | 110011 |
Color Harmonies of #B01CE7
Complementary color
Monochromatic Colors of #B01CE7
Black with #B01CE7
Text Example
Text Example
White with #B01CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CE7; }
p { color: rgb(176,28,231); }
H1.HeaderClassName
{
color: #B01CE7;
}
.AnyTagClassName
{
color: #B01CE7;
}
</style>
background-color css
<style>
a { background-color: #B01CE7; }
a { background-color: rgb(176,28,231); }
div.DivClassName
{
background-color: #B01CE7;
}
.BgClassName
{
background-color: #B01CE7;
}
</style>
border-color css
<style>
span { border-color: #B01CE7; }
span { border-color: rgb(176,28,231); }
td.TdClassName
{
border-color: #B01CE7;
}
.TagClassName
{
border-color: #B01CE7;
}
</style>