Shades of Electric Purple #B71BFF
Tints of Electric Purple #B71BFF
RGB
CMYK
RGB Variations
Color information
#B71BFF (or 0xB71BFF) is known color: Electric Purple. HEX triplet: B7, 1B and FF. RGB value is (183,27,255). Sum of RGB (Red+Green+Blue) = 183+27+255=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B71BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71BFF is #48E400. Grayscale: #626262. Windows color (decimal): -4776961 or 16718775. OLE color: 16718775.
HSL color Cylindrical-coordinate representation of color #B71BFF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71BFF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 27 | 255 | - |
| CMYK | 0.28 | 0.89 | 0 | 0 |
| HSL | 281.05º | 1% | 0.55% | - |
| HSV(B) | 281.05º | 0.89% | 1% | - |
| XYZ | 37.97 | 18.07 | 96.09 | - |
| YUV | 99.64 | 215.68 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 255 | 0.28 | 0.89 | 0 | 0 | 281.05 | 1 | 0.55 |
| Hex | B7 | 1B | FF | 1C | 59 | 0 | 0 | 119 | 64 | 37 |
| Octal | 267 | 33 | 377 | 34 | 131 | 0 | 0 | 431 | 144 | 67 |
| Binary | 10110111 | 11011 | 11111111 | 11100 | 1011001 | 0 | 0 | 100011001 | 1100100 | 110111 |
Color Harmonies of #B71BFF
Complementary color
Monochromatic Colors of #B71BFF
Black with #B71BFF
Text Example
Text Example
White with #B71BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BFF; }
p { color: rgb(183,27,255); }
H1.HeaderClassName
{
color: #B71BFF;
}
.AnyTagClassName
{
color: #B71BFF;
}
</style>
background-color css
<style>
a { background-color: #B71BFF; }
a { background-color: rgb(183,27,255); }
div.DivClassName
{
background-color: #B71BFF;
}
.BgClassName
{
background-color: #B71BFF;
}
</style>
border-color css
<style>
span { border-color: #B71BFF; }
span { border-color: rgb(183,27,255); }
td.TdClassName
{
border-color: #B71BFF;
}
.TagClassName
{
border-color: #B71BFF;
}
</style>