Shades of Electric Purple #B71AFE
Tints of Electric Purple #B71AFE
RGB
CMYK
RGB Variations
Color information
#B71AFE (or 0xB71AFE) is known color: Electric Purple. HEX triplet: B7, 1A and FE. RGB value is (183,26,254). Sum of RGB (Red+Green+Blue) = 183+26+254=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #B71AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71AFE is #48E501. Grayscale: #626262. Windows color (decimal): -4777218 or 16652983. OLE color: 16652983.
HSL color Cylindrical-coordinate representation of color #B71AFE: hue angle of 281.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71AFE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 26 | 254 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.00 |
| HSL | 281.32º | 0.99% | 0.55% | - |
| HSV(B) | 281.32º | 0.9% | 1% | - |
| XYZ | 37.79 | 17.96 | 95.24 | - |
| YUV | 98.94 | 215.51 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 254 | 0.28 | 0.90 | 0 | 0.00 | 281.32 | 0.99 | 0.55 |
| Hex | B7 | 1A | FE | 1C | 5A | 0 | 0 | 119 | 63 | 37 |
| Octal | 267 | 32 | 376 | 34 | 132 | 0 | 0 | 431 | 143 | 67 |
| Binary | 10110111 | 11010 | 11111110 | 11100 | 1011010 | 0 | 0 | 100011001 | 1100011 | 110111 |
Color Harmonies of #B71AFE
Complementary color
Monochromatic Colors of #B71AFE
Black with #B71AFE
Text Example
Text Example
White with #B71AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71AFE; }
p { color: rgb(183,26,254); }
H1.HeaderClassName
{
color: #B71AFE;
}
.AnyTagClassName
{
color: #B71AFE;
}
</style>
background-color css
<style>
a { background-color: #B71AFE; }
a { background-color: rgb(183,26,254); }
div.DivClassName
{
background-color: #B71AFE;
}
.BgClassName
{
background-color: #B71AFE;
}
</style>
border-color css
<style>
span { border-color: #B71AFE; }
span { border-color: rgb(183,26,254); }
td.TdClassName
{
border-color: #B71AFE;
}
.TagClassName
{
border-color: #B71AFE;
}
</style>