Shades of Electric Purple #B71CFA
Tints of Electric Purple #B71CFA
RGB
CMYK
RGB Variations
Color information
#B71CFA (or 0xB71CFA) is known color: Electric Purple. HEX triplet: B7, 1C and FA. RGB value is (183,28,250). Sum of RGB (Red+Green+Blue) = 183+28+250=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #B71CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CFA is #48E305. Grayscale: #626262. Windows color (decimal): -4776710 or 16391351. OLE color: 16391351.
HSL color Cylindrical-coordinate representation of color #B71CFA: hue angle of 281.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71CFA is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 28 | 250 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.02 |
| HSL | 281.89º | 0.96% | 0.55% | - |
| HSV(B) | 281.89º | 0.89% | 0.98% | - |
| XYZ | 37.2 | 17.8 | 91.92 | - |
| YUV | 99.65 | 212.85 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 250 | 0.27 | 0.89 | 0 | 0.02 | 281.89 | 0.96 | 0.55 |
| Hex | B7 | 1C | FA | 1B | 59 | 0 | 2 | 11A | 60 | 37 |
| Octal | 267 | 34 | 372 | 33 | 131 | 0 | 2 | 432 | 140 | 67 |
| Binary | 10110111 | 11100 | 11111010 | 11011 | 1011001 | 0 | 10 | 100011010 | 1100000 | 110111 |
Color Harmonies of #B71CFA
Complementary color
Monochromatic Colors of #B71CFA
Black with #B71CFA
Text Example
Text Example
White with #B71CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CFA; }
p { color: rgb(183,28,250); }
H1.HeaderClassName
{
color: #B71CFA;
}
.AnyTagClassName
{
color: #B71CFA;
}
</style>
background-color css
<style>
a { background-color: #B71CFA; }
a { background-color: rgb(183,28,250); }
div.DivClassName
{
background-color: #B71CFA;
}
.BgClassName
{
background-color: #B71CFA;
}
</style>
border-color css
<style>
span { border-color: #B71CFA; }
span { border-color: rgb(183,28,250); }
td.TdClassName
{
border-color: #B71CFA;
}
.TagClassName
{
border-color: #B71CFA;
}
</style>