Shades of Electric Purple #B71CEA
Tints of Electric Purple #B71CEA
RGB
CMYK
RGB Variations
Color information
#B71CEA (or 0xB71CEA) is known color: Electric Purple. HEX triplet: B7, 1C and EA. RGB value is (183,28,234). Sum of RGB (Red+Green+Blue) = 183+28+234=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #B71CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CEA is #48E315. Grayscale: #616161. Windows color (decimal): -4776726 or 15342775. OLE color: 15342775.
HSL color Cylindrical-coordinate representation of color #B71CEA: hue angle of 285.15º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71CEA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 28 | 234 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.08 |
| HSL | 285.15º | 0.83% | 0.51% | - |
| HSV(B) | 285.15º | 0.88% | 0.92% | - |
| XYZ | 34.79 | 16.84 | 79.26 | - |
| YUV | 97.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 234 | 0.22 | 0.88 | 0 | 0.08 | 285.15 | 0.83 | 0.51 |
| Hex | B7 | 1C | EA | 16 | 58 | 0 | 8 | 11D | 53 | 33 |
| Octal | 267 | 34 | 352 | 26 | 130 | 0 | 10 | 435 | 123 | 63 |
| Binary | 10110111 | 11100 | 11101010 | 10110 | 1011000 | 0 | 1000 | 100011101 | 1010011 | 110011 |
Color Harmonies of #B71CEA
Complementary color
Monochromatic Colors of #B71CEA
Black with #B71CEA
Text Example
Text Example
White with #B71CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CEA; }
p { color: rgb(183,28,234); }
H1.HeaderClassName
{
color: #B71CEA;
}
.AnyTagClassName
{
color: #B71CEA;
}
</style>
background-color css
<style>
a { background-color: #B71CEA; }
a { background-color: rgb(183,28,234); }
div.DivClassName
{
background-color: #B71CEA;
}
.BgClassName
{
background-color: #B71CEA;
}
</style>
border-color css
<style>
span { border-color: #B71CEA; }
span { border-color: rgb(183,28,234); }
td.TdClassName
{
border-color: #B71CEA;
}
.TagClassName
{
border-color: #B71CEA;
}
</style>