Shades of Electric Purple #B82AF1
Tints of Electric Purple #B82AF1
RGB
CMYK
RGB Variations
Color information
#B82AF1 (or 0xB82AF1) is known color: Electric Purple. HEX triplet: B8, 2A and F1. RGB value is (184,42,241). Sum of RGB (Red+Green+Blue) = 184+42+241=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #B82AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82AF1 is #47D50E. Grayscale: #6A6A6A. Windows color (decimal): -4707599 or 15805112. OLE color: 15805112.
HSL color Cylindrical-coordinate representation of color #B82AF1: hue angle of 282.81º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82AF1 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 42 | 241 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.05 |
| HSL | 282.81º | 0.88% | 0.55% | - |
| HSV(B) | 282.81º | 0.83% | 0.95% | - |
| XYZ | 36.47 | 18.2 | 84.81 | - |
| YUV | 107.14 | 203.54 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 241 | 0.24 | 0.83 | 0 | 0.05 | 282.81 | 0.88 | 0.55 |
| Hex | B8 | 2A | F1 | 18 | 53 | 0 | 5 | 11B | 58 | 37 |
| Octal | 270 | 52 | 361 | 30 | 123 | 0 | 5 | 433 | 130 | 67 |
| Binary | 10111000 | 101010 | 11110001 | 11000 | 1010011 | 0 | 101 | 100011011 | 1011000 | 110111 |
Color Harmonies of #B82AF1
Complementary color
Monochromatic Colors of #B82AF1
Black with #B82AF1
Text Example
Text Example
White with #B82AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82AF1; }
p { color: rgb(184,42,241); }
H1.HeaderClassName
{
color: #B82AF1;
}
.AnyTagClassName
{
color: #B82AF1;
}
</style>
background-color css
<style>
a { background-color: #B82AF1; }
a { background-color: rgb(184,42,241); }
div.DivClassName
{
background-color: #B82AF1;
}
.BgClassName
{
background-color: #B82AF1;
}
</style>
border-color css
<style>
span { border-color: #B82AF1; }
span { border-color: rgb(184,42,241); }
td.TdClassName
{
border-color: #B82AF1;
}
.TagClassName
{
border-color: #B82AF1;
}
</style>