Shades of Electric Purple #B71EFC
Tints of Electric Purple #B71EFC
RGB
CMYK
RGB Variations
Color information
#B71EFC (or 0xB71EFC) is known color: Electric Purple. HEX triplet: B7, 1E and FC. RGB value is (183,30,252). Sum of RGB (Red+Green+Blue) = 183+30+252=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #B71EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EFC is #48E103. Grayscale: #646464. Windows color (decimal): -4776196 or 16522935. OLE color: 16522935.
HSL color Cylindrical-coordinate representation of color #B71EFC: hue angle of 281.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71EFC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 30 | 252 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.01 |
| HSL | 281.35º | 0.97% | 0.55% | - |
| HSV(B) | 281.35º | 0.88% | 0.99% | - |
| XYZ | 37.56 | 18.02 | 93.59 | - |
| YUV | 101.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 252 | 0.27 | 0.88 | 0 | 0.01 | 281.35 | 0.97 | 0.55 |
| Hex | B7 | 1E | FC | 1B | 58 | 0 | 1 | 119 | 61 | 37 |
| Octal | 267 | 36 | 374 | 33 | 130 | 0 | 1 | 431 | 141 | 67 |
| Binary | 10110111 | 11110 | 11111100 | 11011 | 1011000 | 0 | 1 | 100011001 | 1100001 | 110111 |
Color Harmonies of #B71EFC
Complementary color
Monochromatic Colors of #B71EFC
Black with #B71EFC
Text Example
Text Example
White with #B71EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EFC; }
p { color: rgb(183,30,252); }
H1.HeaderClassName
{
color: #B71EFC;
}
.AnyTagClassName
{
color: #B71EFC;
}
</style>
background-color css
<style>
a { background-color: #B71EFC; }
a { background-color: rgb(183,30,252); }
div.DivClassName
{
background-color: #B71EFC;
}
.BgClassName
{
background-color: #B71EFC;
}
</style>
border-color css
<style>
span { border-color: #B71EFC; }
span { border-color: rgb(183,30,252); }
td.TdClassName
{
border-color: #B71EFC;
}
.TagClassName
{
border-color: #B71EFC;
}
</style>