Shades of Electric Purple #B71BFE
Tints of Electric Purple #B71BFE
RGB
CMYK
RGB Variations
Color information
#B71BFE (or 0xB71BFE) is known color: Electric Purple. HEX triplet: B7, 1B and FE. RGB value is (183,27,254). Sum of RGB (Red+Green+Blue) = 183+27+254=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #B71BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71BFE is #48E401. Grayscale: #626262. Windows color (decimal): -4776962 or 16653239. OLE color: 16653239.
HSL color Cylindrical-coordinate representation of color #B71BFE: hue angle of 281.23º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71BFE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 27 | 254 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.00 |
| HSL | 281.23º | 0.99% | 0.55% | - |
| HSV(B) | 281.23º | 0.89% | 1% | - |
| XYZ | 37.81 | 18.01 | 95.25 | - |
| YUV | 99.52 | 215.18 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 254 | 0.28 | 0.89 | 0 | 0.00 | 281.23 | 0.99 | 0.55 |
| Hex | B7 | 1B | FE | 1C | 59 | 0 | 0 | 119 | 63 | 37 |
| Octal | 267 | 33 | 376 | 34 | 131 | 0 | 0 | 431 | 143 | 67 |
| Binary | 10110111 | 11011 | 11111110 | 11100 | 1011001 | 0 | 0 | 100011001 | 1100011 | 110111 |
Color Harmonies of #B71BFE
Complementary color
Monochromatic Colors of #B71BFE
Black with #B71BFE
Text Example
Text Example
White with #B71BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BFE; }
p { color: rgb(183,27,254); }
H1.HeaderClassName
{
color: #B71BFE;
}
.AnyTagClassName
{
color: #B71BFE;
}
</style>
background-color css
<style>
a { background-color: #B71BFE; }
a { background-color: rgb(183,27,254); }
div.DivClassName
{
background-color: #B71BFE;
}
.BgClassName
{
background-color: #B71BFE;
}
</style>
border-color css
<style>
span { border-color: #B71BFE; }
span { border-color: rgb(183,27,254); }
td.TdClassName
{
border-color: #B71BFE;
}
.TagClassName
{
border-color: #B71BFE;
}
</style>