Shades of Electric Purple #B833FA
Tints of Electric Purple #B833FA
RGB
CMYK
RGB Variations
Color information
#B833FA (or 0xB833FA) is known color: Electric Purple. HEX triplet: B8, 33 and FA. RGB value is (184,51,250). Sum of RGB (Red+Green+Blue) = 184+51+250=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #B833FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B833FA is #47CC05. Grayscale: #707070. Windows color (decimal): -4705286 or 16397240. OLE color: 16397240.
HSL color Cylindrical-coordinate representation of color #B833FA: hue angle of 280.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B833FA is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 51 | 250 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.02 |
| HSL | 280.1º | 0.95% | 0.59% | - |
| HSV(B) | 280.1º | 0.8% | 0.98% | - |
| XYZ | 38.21 | 19.46 | 92.18 | - |
| YUV | 113.45 | 205.06 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 250 | 0.26 | 0.80 | 0 | 0.02 | 280.1 | 0.95 | 0.59 |
| Hex | B8 | 33 | FA | 1A | 50 | 0 | 2 | 118 | 5F | 3B |
| Octal | 270 | 63 | 372 | 32 | 120 | 0 | 2 | 430 | 137 | 73 |
| Binary | 10111000 | 110011 | 11111010 | 11010 | 1010000 | 0 | 10 | 100011000 | 1011111 | 111011 |
Color Harmonies of #B833FA
Complementary color
Monochromatic Colors of #B833FA
Black with #B833FA
Text Example
Text Example
White with #B833FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833FA; }
p { color: rgb(184,51,250); }
H1.HeaderClassName
{
color: #B833FA;
}
.AnyTagClassName
{
color: #B833FA;
}
</style>
background-color css
<style>
a { background-color: #B833FA; }
a { background-color: rgb(184,51,250); }
div.DivClassName
{
background-color: #B833FA;
}
.BgClassName
{
background-color: #B833FA;
}
</style>
border-color css
<style>
span { border-color: #B833FA; }
span { border-color: rgb(184,51,250); }
td.TdClassName
{
border-color: #B833FA;
}
.TagClassName
{
border-color: #B833FA;
}
</style>