Shades of Electric Purple #B71FFF
Tints of Electric Purple #B71FFF
RGB
CMYK
RGB Variations
Color information
#B71FFF (or 0xB71FFF) is known color: Electric Purple. HEX triplet: B7, 1F and FF. RGB value is (183,31,255). Sum of RGB (Red+Green+Blue) = 183+31+255=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #B71FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71FFF is #48E000. Grayscale: #656565. Windows color (decimal): -4775937 or 16719799. OLE color: 16719799.
HSL color Cylindrical-coordinate representation of color #B71FFF: hue angle of 280.71º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71FFF is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 31 | 255 | - |
| CMYK | 0.28 | 0.88 | 0 | 0 |
| HSL | 280.71º | 1% | 0.56% | - |
| HSV(B) | 280.71º | 0.88% | 1% | - |
| XYZ | 38.07 | 18.27 | 96.13 | - |
| YUV | 101.98 | 214.36 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 255 | 0.28 | 0.88 | 0 | 0 | 280.71 | 1 | 0.56 |
| Hex | B7 | 1F | FF | 1C | 58 | 0 | 0 | 119 | 64 | 38 |
| Octal | 267 | 37 | 377 | 34 | 130 | 0 | 0 | 431 | 144 | 70 |
| Binary | 10110111 | 11111 | 11111111 | 11100 | 1011000 | 0 | 0 | 100011001 | 1100100 | 111000 |
Color Harmonies of #B71FFF
Complementary color
Monochromatic Colors of #B71FFF
Black with #B71FFF
Text Example
Text Example
White with #B71FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71FFF; }
p { color: rgb(183,31,255); }
H1.HeaderClassName
{
color: #B71FFF;
}
.AnyTagClassName
{
color: #B71FFF;
}
</style>
background-color css
<style>
a { background-color: #B71FFF; }
a { background-color: rgb(183,31,255); }
div.DivClassName
{
background-color: #B71FFF;
}
.BgClassName
{
background-color: #B71FFF;
}
</style>
border-color css
<style>
span { border-color: #B71FFF; }
span { border-color: rgb(183,31,255); }
td.TdClassName
{
border-color: #B71FFF;
}
.TagClassName
{
border-color: #B71FFF;
}
</style>