Shades of Electric Purple #B827F1
Tints of Electric Purple #B827F1
RGB
CMYK
RGB Variations
Color information
#B827F1 (or 0xB827F1) is known color: Electric Purple. HEX triplet: B8, 27 and F1. RGB value is (184,39,241). Sum of RGB (Red+Green+Blue) = 184+39+241=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #B827F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827F1 is #47D80E. Grayscale: #686868. Windows color (decimal): -4708367 or 15804344. OLE color: 15804344.
HSL color Cylindrical-coordinate representation of color #B827F1: hue angle of 283.07º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B827F1 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 39 | 241 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.05 |
| HSL | 283.07º | 0.88% | 0.55% | - |
| HSV(B) | 283.07º | 0.84% | 0.95% | - |
| XYZ | 36.37 | 17.99 | 84.78 | - |
| YUV | 105.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 241 | 0.24 | 0.84 | 0 | 0.05 | 283.07 | 0.88 | 0.55 |
| Hex | B8 | 27 | F1 | 18 | 54 | 0 | 5 | 11B | 58 | 37 |
| Octal | 270 | 47 | 361 | 30 | 124 | 0 | 5 | 433 | 130 | 67 |
| Binary | 10111000 | 100111 | 11110001 | 11000 | 1010100 | 0 | 101 | 100011011 | 1011000 | 110111 |
Color Harmonies of #B827F1
Complementary color
Monochromatic Colors of #B827F1
Black with #B827F1
Text Example
Text Example
White with #B827F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827F1; }
p { color: rgb(184,39,241); }
H1.HeaderClassName
{
color: #B827F1;
}
.AnyTagClassName
{
color: #B827F1;
}
</style>
background-color css
<style>
a { background-color: #B827F1; }
a { background-color: rgb(184,39,241); }
div.DivClassName
{
background-color: #B827F1;
}
.BgClassName
{
background-color: #B827F1;
}
</style>
border-color css
<style>
span { border-color: #B827F1; }
span { border-color: rgb(184,39,241); }
td.TdClassName
{
border-color: #B827F1;
}
.TagClassName
{
border-color: #B827F1;
}
</style>