Shades of Electric Purple #B71AF3
Tints of Electric Purple #B71AF3
RGB
CMYK
RGB Variations
Color information
#B71AF3 (or 0xB71AF3) is known color: Electric Purple. HEX triplet: B7, 1A and F3. RGB value is (183,26,243). Sum of RGB (Red+Green+Blue) = 183+26+243=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #B71AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71AF3 is #48E50C. Grayscale: #606060. Windows color (decimal): -4777229 or 15932087. OLE color: 15932087.
HSL color Cylindrical-coordinate representation of color #B71AF3: hue angle of 283.41º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71AF3 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 26 | 243 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.05 |
| HSL | 283.41º | 0.9% | 0.53% | - |
| HSV(B) | 283.41º | 0.89% | 0.95% | - |
| XYZ | 36.08 | 17.28 | 86.23 | - |
| YUV | 97.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 243 | 0.25 | 0.89 | 0 | 0.05 | 283.41 | 0.9 | 0.53 |
| Hex | B7 | 1A | F3 | 19 | 59 | 0 | 5 | 11B | 5A | 35 |
| Octal | 267 | 32 | 363 | 31 | 131 | 0 | 5 | 433 | 132 | 65 |
| Binary | 10110111 | 11010 | 11110011 | 11001 | 1011001 | 0 | 101 | 100011011 | 1011010 | 110101 |
Color Harmonies of #B71AF3
Complementary color
Monochromatic Colors of #B71AF3
Black with #B71AF3
Text Example
Text Example
White with #B71AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71AF3; }
p { color: rgb(183,26,243); }
H1.HeaderClassName
{
color: #B71AF3;
}
.AnyTagClassName
{
color: #B71AF3;
}
</style>
background-color css
<style>
a { background-color: #B71AF3; }
a { background-color: rgb(183,26,243); }
div.DivClassName
{
background-color: #B71AF3;
}
.BgClassName
{
background-color: #B71AF3;
}
</style>
border-color css
<style>
span { border-color: #B71AF3; }
span { border-color: rgb(183,26,243); }
td.TdClassName
{
border-color: #B71AF3;
}
.TagClassName
{
border-color: #B71AF3;
}
</style>