Shades of Electric Purple #B820FB
Tints of Electric Purple #B820FB
RGB
CMYK
RGB Variations
Color information
#B820FB (or 0xB820FB) is known color: Electric Purple. HEX triplet: B8, 20 and FB. RGB value is (184,32,251). Sum of RGB (Red+Green+Blue) = 184+32+251=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #B820FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B820FB is #47DF04. Grayscale: #656565. Windows color (decimal): -4710149 or 16457912. OLE color: 16457912.
HSL color Cylindrical-coordinate representation of color #B820FB: hue angle of 281.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B820FB is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 32 | 251 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.02 |
| HSL | 281.64º | 0.96% | 0.55% | - |
| HSV(B) | 281.64º | 0.87% | 0.98% | - |
| XYZ | 37.7 | 18.19 | 92.79 | - |
| YUV | 102.41 | 211.86 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 251 | 0.27 | 0.87 | 0 | 0.02 | 281.64 | 0.96 | 0.55 |
| Hex | B8 | 20 | FB | 1B | 57 | 0 | 2 | 11A | 60 | 37 |
| Octal | 270 | 40 | 373 | 33 | 127 | 0 | 2 | 432 | 140 | 67 |
| Binary | 10111000 | 100000 | 11111011 | 11011 | 1010111 | 0 | 10 | 100011010 | 1100000 | 110111 |
Color Harmonies of #B820FB
Complementary color
Monochromatic Colors of #B820FB
Black with #B820FB
Text Example
Text Example
White with #B820FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B820FB; }
p { color: rgb(184,32,251); }
H1.HeaderClassName
{
color: #B820FB;
}
.AnyTagClassName
{
color: #B820FB;
}
</style>
background-color css
<style>
a { background-color: #B820FB; }
a { background-color: rgb(184,32,251); }
div.DivClassName
{
background-color: #B820FB;
}
.BgClassName
{
background-color: #B820FB;
}
</style>
border-color css
<style>
span { border-color: #B820FB; }
span { border-color: rgb(184,32,251); }
td.TdClassName
{
border-color: #B820FB;
}
.TagClassName
{
border-color: #B820FB;
}
</style>