Shades of Electric Purple #B81AF5
Tints of Electric Purple #B81AF5
RGB
CMYK
RGB Variations
Color information
#B81AF5 (or 0xB81AF5) is known color: Electric Purple. HEX triplet: B8, 1A and F5. RGB value is (184,26,245). Sum of RGB (Red+Green+Blue) = 184+26+245=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #B81AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81AF5 is #47E50A. Grayscale: #616161. Windows color (decimal): -4711691 or 16063160. OLE color: 16063160.
HSL color Cylindrical-coordinate representation of color #B81AF5: hue angle of 283.29º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81AF5 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 26 | 245 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.04 |
| HSL | 283.29º | 0.92% | 0.53% | - |
| HSV(B) | 283.29º | 0.89% | 0.96% | - |
| XYZ | 36.62 | 17.52 | 87.84 | - |
| YUV | 98.21 | 210.85 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 245 | 0.25 | 0.89 | 0 | 0.04 | 283.29 | 0.92 | 0.53 |
| Hex | B8 | 1A | F5 | 19 | 59 | 0 | 4 | 11B | 5C | 35 |
| Octal | 270 | 32 | 365 | 31 | 131 | 0 | 4 | 433 | 134 | 65 |
| Binary | 10111000 | 11010 | 11110101 | 11001 | 1011001 | 0 | 100 | 100011011 | 1011100 | 110101 |
Color Harmonies of #B81AF5
Complementary color
Monochromatic Colors of #B81AF5
Black with #B81AF5
Text Example
Text Example
White with #B81AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81AF5; }
p { color: rgb(184,26,245); }
H1.HeaderClassName
{
color: #B81AF5;
}
.AnyTagClassName
{
color: #B81AF5;
}
</style>
background-color css
<style>
a { background-color: #B81AF5; }
a { background-color: rgb(184,26,245); }
div.DivClassName
{
background-color: #B81AF5;
}
.BgClassName
{
background-color: #B81AF5;
}
</style>
border-color css
<style>
span { border-color: #B81AF5; }
span { border-color: rgb(184,26,245); }
td.TdClassName
{
border-color: #B81AF5;
}
.TagClassName
{
border-color: #B81AF5;
}
</style>