Shades of Electric Purple #B622F0
Tints of Electric Purple #B622F0
RGB
CMYK
RGB Variations
Color information
#B622F0 (or 0xB622F0) is known color: Electric Purple. HEX triplet: B6, 22 and F0. RGB value is (182,34,240). Sum of RGB (Red+Green+Blue) = 182+34+240=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 34 (13.67% from 255 or 7.46% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #B622F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B622F0 is #49DD0F. Grayscale: #656565. Windows color (decimal): -4840720 or 15737526. OLE color: 15737526.
HSL color Cylindrical-coordinate representation of color #B622F0: hue angle of 283.11º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B622F0 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 34 | 240 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.06 |
| HSL | 283.11º | 0.87% | 0.54% | - |
| HSV(B) | 283.11º | 0.86% | 0.94% | - |
| XYZ | 35.59 | 17.38 | 83.92 | - |
| YUV | 101.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 240 | 0.24 | 0.86 | 0 | 0.06 | 283.11 | 0.87 | 0.54 |
| Hex | B6 | 22 | F0 | 18 | 56 | 0 | 6 | 11B | 57 | 36 |
| Octal | 266 | 42 | 360 | 30 | 126 | 0 | 6 | 433 | 127 | 66 |
| Binary | 10110110 | 100010 | 11110000 | 11000 | 1010110 | 0 | 110 | 100011011 | 1010111 | 110110 |
Color Harmonies of #B622F0
Complementary color
Monochromatic Colors of #B622F0
Black with #B622F0
Text Example
Text Example
White with #B622F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622F0; }
p { color: rgb(182,34,240); }
H1.HeaderClassName
{
color: #B622F0;
}
.AnyTagClassName
{
color: #B622F0;
}
</style>
background-color css
<style>
a { background-color: #B622F0; }
a { background-color: rgb(182,34,240); }
div.DivClassName
{
background-color: #B622F0;
}
.BgClassName
{
background-color: #B622F0;
}
</style>
border-color css
<style>
span { border-color: #B622F0; }
span { border-color: rgb(182,34,240); }
td.TdClassName
{
border-color: #B622F0;
}
.TagClassName
{
border-color: #B622F0;
}
</style>