Shades of Electric Purple #B827FF
Tints of Electric Purple #B827FF
RGB
CMYK
RGB Variations
Color information
#B827FF (or 0xB827FF) is known color: Electric Purple. HEX triplet: B8, 27 and FF. RGB value is (184,39,255). Sum of RGB (Red+Green+Blue) = 184+39+255=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #B827FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827FF is #47D800. Grayscale: #6A6A6A. Windows color (decimal): -4708353 or 16721848. OLE color: 16721848.
HSL color Cylindrical-coordinate representation of color #B827FF: hue angle of 280.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B827FF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 39 | 255 | - |
| CMYK | 0.28 | 0.85 | 0 | 0 |
| HSL | 280.28º | 1% | 0.58% | - |
| HSV(B) | 280.28º | 0.85% | 1% | - |
| XYZ | 38.54 | 18.86 | 96.22 | - |
| YUV | 106.98 | 211.54 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 255 | 0.28 | 0.85 | 0 | 0 | 280.28 | 1 | 0.58 |
| Hex | B8 | 27 | FF | 1C | 55 | 0 | 0 | 118 | 64 | 3A |
| Octal | 270 | 47 | 377 | 34 | 125 | 0 | 0 | 430 | 144 | 72 |
| Binary | 10111000 | 100111 | 11111111 | 11100 | 1010101 | 0 | 0 | 100011000 | 1100100 | 111010 |
Color Harmonies of #B827FF
Complementary color
Monochromatic Colors of #B827FF
Black with #B827FF
Text Example
Text Example
White with #B827FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827FF; }
p { color: rgb(184,39,255); }
H1.HeaderClassName
{
color: #B827FF;
}
.AnyTagClassName
{
color: #B827FF;
}
</style>
background-color css
<style>
a { background-color: #B827FF; }
a { background-color: rgb(184,39,255); }
div.DivClassName
{
background-color: #B827FF;
}
.BgClassName
{
background-color: #B827FF;
}
</style>
border-color css
<style>
span { border-color: #B827FF; }
span { border-color: rgb(184,39,255); }
td.TdClassName
{
border-color: #B827FF;
}
.TagClassName
{
border-color: #B827FF;
}
</style>