Shades of Electric Purple #B71CEF
Tints of Electric Purple #B71CEF
RGB
CMYK
RGB Variations
Color information
#B71CEF (or 0xB71CEF) is known color: Electric Purple. HEX triplet: B7, 1C and EF. RGB value is (183,28,239). Sum of RGB (Red+Green+Blue) = 183+28+239=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #B71CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CEF is #48E310. Grayscale: #616161. Windows color (decimal): -4776721 or 15670455. OLE color: 15670455.
HSL color Cylindrical-coordinate representation of color #B71CEF: hue angle of 284.08º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71CEF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 28 | 239 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.06 |
| HSL | 284.08º | 0.87% | 0.52% | - |
| HSV(B) | 284.08º | 0.88% | 0.94% | - |
| XYZ | 35.52 | 17.13 | 83.1 | - |
| YUV | 98.4 | 207.35 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 239 | 0.23 | 0.88 | 0 | 0.06 | 284.08 | 0.87 | 0.52 |
| Hex | B7 | 1C | EF | 17 | 58 | 0 | 6 | 11C | 57 | 34 |
| Octal | 267 | 34 | 357 | 27 | 130 | 0 | 6 | 434 | 127 | 64 |
| Binary | 10110111 | 11100 | 11101111 | 10111 | 1011000 | 0 | 110 | 100011100 | 1010111 | 110100 |
Color Harmonies of #B71CEF
Complementary color
Monochromatic Colors of #B71CEF
Black with #B71CEF
Text Example
Text Example
White with #B71CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CEF; }
p { color: rgb(183,28,239); }
H1.HeaderClassName
{
color: #B71CEF;
}
.AnyTagClassName
{
color: #B71CEF;
}
</style>
background-color css
<style>
a { background-color: #B71CEF; }
a { background-color: rgb(183,28,239); }
div.DivClassName
{
background-color: #B71CEF;
}
.BgClassName
{
background-color: #B71CEF;
}
</style>
border-color css
<style>
span { border-color: #B71CEF; }
span { border-color: rgb(183,28,239); }
td.TdClassName
{
border-color: #B71CEF;
}
.TagClassName
{
border-color: #B71CEF;
}
</style>