Shades of Electric Purple #B827FA
Tints of Electric Purple #B827FA
RGB
CMYK
RGB Variations
Color information
#B827FA (or 0xB827FA) is known color: Electric Purple. HEX triplet: B8, 27 and FA. RGB value is (184,39,250). Sum of RGB (Red+Green+Blue) = 184+39+250=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #B827FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827FA is #47D805. Grayscale: #696969. Windows color (decimal): -4708358 or 16394168. OLE color: 16394168.
HSL color Cylindrical-coordinate representation of color #B827FA: hue angle of 281.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B827FA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 39 | 250 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.02 |
| HSL | 281.23º | 0.95% | 0.57% | - |
| HSV(B) | 281.23º | 0.84% | 0.98% | - |
| XYZ | 37.75 | 18.54 | 92.03 | - |
| YUV | 106.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 250 | 0.26 | 0.84 | 0 | 0.02 | 281.23 | 0.95 | 0.57 |
| Hex | B8 | 27 | FA | 1A | 54 | 0 | 2 | 119 | 5F | 39 |
| Octal | 270 | 47 | 372 | 32 | 124 | 0 | 2 | 431 | 137 | 71 |
| Binary | 10111000 | 100111 | 11111010 | 11010 | 1010100 | 0 | 10 | 100011001 | 1011111 | 111001 |
Color Harmonies of #B827FA
Complementary color
Monochromatic Colors of #B827FA
Black with #B827FA
Text Example
Text Example
White with #B827FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827FA; }
p { color: rgb(184,39,250); }
H1.HeaderClassName
{
color: #B827FA;
}
.AnyTagClassName
{
color: #B827FA;
}
</style>
background-color css
<style>
a { background-color: #B827FA; }
a { background-color: rgb(184,39,250); }
div.DivClassName
{
background-color: #B827FA;
}
.BgClassName
{
background-color: #B827FA;
}
</style>
border-color css
<style>
span { border-color: #B827FA; }
span { border-color: rgb(184,39,250); }
td.TdClassName
{
border-color: #B827FA;
}
.TagClassName
{
border-color: #B827FA;
}
</style>