Shades of Electric Purple #B622FA
Tints of Electric Purple #B622FA
RGB
CMYK
RGB Variations
Color information
#B622FA (or 0xB622FA) is known color: Electric Purple. HEX triplet: B6, 22 and FA. RGB value is (182,34,250). Sum of RGB (Red+Green+Blue) = 182+34+250=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #B622FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B622FA is #49DD05. Grayscale: #666666. Windows color (decimal): -4840710 or 16392886. OLE color: 16392886.
HSL color Cylindrical-coordinate representation of color #B622FA: hue angle of 281.11º 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 #B622FA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 34 | 250 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.02 |
| HSL | 281.11º | 0.96% | 0.56% | - |
| HSV(B) | 281.11º | 0.86% | 0.98% | - |
| XYZ | 37.12 | 17.99 | 91.96 | - |
| YUV | 102.88 | 211.03 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 250 | 0.27 | 0.86 | 0 | 0.02 | 281.11 | 0.96 | 0.56 |
| Hex | B6 | 22 | FA | 1B | 56 | 0 | 2 | 119 | 60 | 38 |
| Octal | 266 | 42 | 372 | 33 | 126 | 0 | 2 | 431 | 140 | 70 |
| Binary | 10110110 | 100010 | 11111010 | 11011 | 1010110 | 0 | 10 | 100011001 | 1100000 | 111000 |
Color Harmonies of #B622FA
Complementary color
Monochromatic Colors of #B622FA
Black with #B622FA
Text Example
Text Example
White with #B622FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622FA; }
p { color: rgb(182,34,250); }
H1.HeaderClassName
{
color: #B622FA;
}
.AnyTagClassName
{
color: #B622FA;
}
</style>
background-color css
<style>
a { background-color: #B622FA; }
a { background-color: rgb(182,34,250); }
div.DivClassName
{
background-color: #B622FA;
}
.BgClassName
{
background-color: #B622FA;
}
</style>
border-color css
<style>
span { border-color: #B622FA; }
span { border-color: rgb(182,34,250); }
td.TdClassName
{
border-color: #B622FA;
}
.TagClassName
{
border-color: #B622FA;
}
</style>