Shades of Electric Purple #B022FA
Tints of Electric Purple #B022FA
RGB
CMYK
RGB Variations
Color information
#B022FA (or 0xB022FA) is known color: Electric Purple. HEX triplet: B0, 22 and FA. RGB value is (176,34,250). Sum of RGB (Red+Green+Blue) = 176+34+250=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 34 (13.67% from 255 or 7.39% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #B022FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B022FA is #4FDD05. Grayscale: #646464. Windows color (decimal): -5233926 or 16392880. OLE color: 16392880.
HSL color Cylindrical-coordinate representation of color #B022FA: hue angle of 279.44º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B022FA is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 34 | 250 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.02 |
| HSL | 279.44º | 0.96% | 0.56% | - |
| HSV(B) | 279.44º | 0.86% | 0.98% | - |
| XYZ | 35.73 | 17.28 | 91.89 | - |
| YUV | 101.08 | 212.04 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 250 | 0.30 | 0.86 | 0 | 0.02 | 279.44 | 0.96 | 0.56 |
| Hex | B0 | 22 | FA | 1E | 56 | 0 | 2 | 117 | 60 | 38 |
| Octal | 260 | 42 | 372 | 36 | 126 | 0 | 2 | 427 | 140 | 70 |
| Binary | 10110000 | 100010 | 11111010 | 11110 | 1010110 | 0 | 10 | 100010111 | 1100000 | 111000 |
Color Harmonies of #B022FA
Complementary color
Monochromatic Colors of #B022FA
Black with #B022FA
Text Example
Text Example
White with #B022FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B022FA; }
p { color: rgb(176,34,250); }
H1.HeaderClassName
{
color: #B022FA;
}
.AnyTagClassName
{
color: #B022FA;
}
</style>
background-color css
<style>
a { background-color: #B022FA; }
a { background-color: rgb(176,34,250); }
div.DivClassName
{
background-color: #B022FA;
}
.BgClassName
{
background-color: #B022FA;
}
</style>
border-color css
<style>
span { border-color: #B022FA; }
span { border-color: rgb(176,34,250); }
td.TdClassName
{
border-color: #B022FA;
}
.TagClassName
{
border-color: #B022FA;
}
</style>