Shades of Electric Purple #B722FA
Tints of Electric Purple #B722FA
RGB
CMYK
RGB Variations
Color information
#B722FA (or 0xB722FA) is known color: Electric Purple. HEX triplet: B7, 22 and FA. RGB value is (183,34,250). Sum of RGB (Red+Green+Blue) = 183+34+250=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #B722FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B722FA is #48DD05. Grayscale: #666666. Windows color (decimal): -4775174 or 16392887. OLE color: 16392887.
HSL color Cylindrical-coordinate representation of color #B722FA: hue angle of 281.39º 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 #B722FA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 34 | 250 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.02 |
| HSL | 281.39º | 0.96% | 0.56% | - |
| HSV(B) | 281.39º | 0.86% | 0.98% | - |
| XYZ | 37.36 | 18.11 | 91.97 | - |
| YUV | 103.18 | 210.86 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 250 | 0.27 | 0.86 | 0 | 0.02 | 281.39 | 0.96 | 0.56 |
| Hex | B7 | 22 | FA | 1B | 56 | 0 | 2 | 119 | 60 | 38 |
| Octal | 267 | 42 | 372 | 33 | 126 | 0 | 2 | 431 | 140 | 70 |
| Binary | 10110111 | 100010 | 11111010 | 11011 | 1010110 | 0 | 10 | 100011001 | 1100000 | 111000 |
Color Harmonies of #B722FA
Complementary color
Monochromatic Colors of #B722FA
Black with #B722FA
Text Example
Text Example
White with #B722FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B722FA; }
p { color: rgb(183,34,250); }
H1.HeaderClassName
{
color: #B722FA;
}
.AnyTagClassName
{
color: #B722FA;
}
</style>
background-color css
<style>
a { background-color: #B722FA; }
a { background-color: rgb(183,34,250); }
div.DivClassName
{
background-color: #B722FA;
}
.BgClassName
{
background-color: #B722FA;
}
</style>
border-color css
<style>
span { border-color: #B722FA; }
span { border-color: rgb(183,34,250); }
td.TdClassName
{
border-color: #B722FA;
}
.TagClassName
{
border-color: #B722FA;
}
</style>