Shades of Electric Purple #B620F2
Tints of Electric Purple #B620F2
RGB
CMYK
RGB Variations
Color information
#B620F2 (or 0xB620F2) is known color: Electric Purple. HEX triplet: B6, 20 and F2. RGB value is (182,32,242). Sum of RGB (Red+Green+Blue) = 182+32+242=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #B620F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B620F2 is #49DF0D. Grayscale: #646464. Windows color (decimal): -4841230 or 15868086. OLE color: 15868086.
HSL color Cylindrical-coordinate representation of color #B620F2: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B620F2 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 32 | 242 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.05 |
| HSL | 282.86º | 0.89% | 0.54% | - |
| HSV(B) | 282.86º | 0.87% | 0.95% | - |
| XYZ | 35.83 | 17.39 | 85.47 | - |
| YUV | 100.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 242 | 0.25 | 0.87 | 0 | 0.05 | 282.86 | 0.89 | 0.54 |
| Hex | B6 | 20 | F2 | 19 | 57 | 0 | 5 | 11B | 59 | 36 |
| Octal | 266 | 40 | 362 | 31 | 127 | 0 | 5 | 433 | 131 | 66 |
| Binary | 10110110 | 100000 | 11110010 | 11001 | 1010111 | 0 | 101 | 100011011 | 1011001 | 110110 |
Color Harmonies of #B620F2
Complementary color
Monochromatic Colors of #B620F2
Black with #B620F2
Text Example
Text Example
White with #B620F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B620F2; }
p { color: rgb(182,32,242); }
H1.HeaderClassName
{
color: #B620F2;
}
.AnyTagClassName
{
color: #B620F2;
}
</style>
background-color css
<style>
a { background-color: #B620F2; }
a { background-color: rgb(182,32,242); }
div.DivClassName
{
background-color: #B620F2;
}
.BgClassName
{
background-color: #B620F2;
}
</style>
border-color css
<style>
span { border-color: #B620F2; }
span { border-color: rgb(182,32,242); }
td.TdClassName
{
border-color: #B620F2;
}
.TagClassName
{
border-color: #B620F2;
}
</style>