Shades of Electric Purple #B620FA
Tints of Electric Purple #B620FA
RGB
CMYK
RGB Variations
Color information
#B620FA (or 0xB620FA) is known color: Electric Purple. HEX triplet: B6, 20 and FA. RGB value is (182,32,250). Sum of RGB (Red+Green+Blue) = 182+32+250=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #B620FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B620FA is #49DF05. Grayscale: #646464. Windows color (decimal): -4841222 or 16392374. OLE color: 16392374.
HSL color Cylindrical-coordinate representation of color #B620FA: hue angle of 281.28º 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 #B620FA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 32 | 250 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.02 |
| HSL | 281.28º | 0.96% | 0.55% | - |
| HSV(B) | 281.28º | 0.87% | 0.98% | - |
| XYZ | 37.06 | 17.88 | 91.94 | - |
| YUV | 101.7 | 211.7 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 250 | 0.27 | 0.87 | 0 | 0.02 | 281.28 | 0.96 | 0.55 |
| Hex | B6 | 20 | FA | 1B | 57 | 0 | 2 | 119 | 60 | 37 |
| Octal | 266 | 40 | 372 | 33 | 127 | 0 | 2 | 431 | 140 | 67 |
| Binary | 10110110 | 100000 | 11111010 | 11011 | 1010111 | 0 | 10 | 100011001 | 1100000 | 110111 |
Color Harmonies of #B620FA
Complementary color
Monochromatic Colors of #B620FA
Black with #B620FA
Text Example
Text Example
White with #B620FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620FA; }
p { color: rgb(182,32,250); }
H1.HeaderClassName
{
color: #B620FA;
}
.AnyTagClassName
{
color: #B620FA;
}
</style>
background-color css
<style>
a { background-color: #B620FA; }
a { background-color: rgb(182,32,250); }
div.DivClassName
{
background-color: #B620FA;
}
.BgClassName
{
background-color: #B620FA;
}
</style>
border-color css
<style>
span { border-color: #B620FA; }
span { border-color: rgb(182,32,250); }
td.TdClassName
{
border-color: #B620FA;
}
.TagClassName
{
border-color: #B620FA;
}
</style>