Shades of Electric Purple #B628EE
Tints of Electric Purple #B628EE
RGB
CMYK
RGB Variations
Color information
#B628EE (or 0xB628EE) is known color: Electric Purple. HEX triplet: B6, 28 and EE. RGB value is (182,40,238). Sum of RGB (Red+Green+Blue) = 182+40+238=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #B628EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B628EE is #49D711. Grayscale: #686868. Windows color (decimal): -4839186 or 15607990. OLE color: 15607990.
HSL color Cylindrical-coordinate representation of color #B628EE: hue angle of 283.03º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B628EE is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 40 | 238 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.07 |
| HSL | 283.03º | 0.85% | 0.55% | - |
| HSV(B) | 283.03º | 0.83% | 0.93% | - |
| XYZ | 35.48 | 17.64 | 82.42 | - |
| YUV | 105.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 238 | 0.24 | 0.83 | 0 | 0.07 | 283.03 | 0.85 | 0.55 |
| Hex | B6 | 28 | EE | 18 | 53 | 0 | 7 | 11B | 55 | 37 |
| Octal | 266 | 50 | 356 | 30 | 123 | 0 | 7 | 433 | 125 | 67 |
| Binary | 10110110 | 101000 | 11101110 | 11000 | 1010011 | 0 | 111 | 100011011 | 1010101 | 110111 |
Color Harmonies of #B628EE
Complementary color
Monochromatic Colors of #B628EE
Black with #B628EE
Text Example
Text Example
White with #B628EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628EE; }
p { color: rgb(182,40,238); }
H1.HeaderClassName
{
color: #B628EE;
}
.AnyTagClassName
{
color: #B628EE;
}
</style>
background-color css
<style>
a { background-color: #B628EE; }
a { background-color: rgb(182,40,238); }
div.DivClassName
{
background-color: #B628EE;
}
.BgClassName
{
background-color: #B628EE;
}
</style>
border-color css
<style>
span { border-color: #B628EE; }
span { border-color: rgb(182,40,238); }
td.TdClassName
{
border-color: #B628EE;
}
.TagClassName
{
border-color: #B628EE;
}
</style>