Shades of Electric Purple #B62DF2
Tints of Electric Purple #B62DF2
RGB
CMYK
RGB Variations
Color information
#B62DF2 (or 0xB62DF2) is known color: Electric Purple. HEX triplet: B6, 2D and F2. RGB value is (182,45,242). Sum of RGB (Red+Green+Blue) = 182+45+242=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #B62DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62DF2 is #49D20D. Grayscale: #6B6B6B. Windows color (decimal): -4837902 or 15871414. OLE color: 15871414.
HSL color Cylindrical-coordinate representation of color #B62DF2: hue angle of 281.73º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62DF2 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 45 | 242 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.05 |
| HSL | 281.73º | 0.88% | 0.56% | - |
| HSV(B) | 281.73º | 0.81% | 0.95% | - |
| XYZ | 36.26 | 18.23 | 85.61 | - |
| YUV | 108.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 242 | 0.25 | 0.81 | 0 | 0.05 | 281.73 | 0.88 | 0.56 |
| Hex | B6 | 2D | F2 | 19 | 51 | 0 | 5 | 11A | 58 | 38 |
| Octal | 266 | 55 | 362 | 31 | 121 | 0 | 5 | 432 | 130 | 70 |
| Binary | 10110110 | 101101 | 11110010 | 11001 | 1010001 | 0 | 101 | 100011010 | 1011000 | 111000 |
Color Harmonies of #B62DF2
Complementary color
Monochromatic Colors of #B62DF2
Black with #B62DF2
Text Example
Text Example
White with #B62DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DF2; }
p { color: rgb(182,45,242); }
H1.HeaderClassName
{
color: #B62DF2;
}
.AnyTagClassName
{
color: #B62DF2;
}
</style>
background-color css
<style>
a { background-color: #B62DF2; }
a { background-color: rgb(182,45,242); }
div.DivClassName
{
background-color: #B62DF2;
}
.BgClassName
{
background-color: #B62DF2;
}
</style>
border-color css
<style>
span { border-color: #B62DF2; }
span { border-color: rgb(182,45,242); }
td.TdClassName
{
border-color: #B62DF2;
}
.TagClassName
{
border-color: #B62DF2;
}
</style>