Shades of Electric Purple #B623EE
Tints of Electric Purple #B623EE
RGB
CMYK
RGB Variations
Color information
#B623EE (or 0xB623EE) is known color: Electric Purple. HEX triplet: B6, 23 and EE. RGB value is (182,35,238). Sum of RGB (Red+Green+Blue) = 182+35+238=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #B623EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B623EE is #49DC11. Grayscale: #656565. Windows color (decimal): -4840466 or 15606710. OLE color: 15606710.
HSL color Cylindrical-coordinate representation of color #B623EE: hue angle of 283.45º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B623EE is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 35 | 238 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.07 |
| HSL | 283.45º | 0.86% | 0.54% | - |
| HSV(B) | 283.45º | 0.85% | 0.93% | - |
| XYZ | 35.33 | 17.32 | 82.37 | - |
| YUV | 102.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 238 | 0.24 | 0.85 | 0 | 0.07 | 283.45 | 0.86 | 0.54 |
| Hex | B6 | 23 | EE | 18 | 55 | 0 | 7 | 11B | 56 | 36 |
| Octal | 266 | 43 | 356 | 30 | 125 | 0 | 7 | 433 | 126 | 66 |
| Binary | 10110110 | 100011 | 11101110 | 11000 | 1010101 | 0 | 111 | 100011011 | 1010110 | 110110 |
Color Harmonies of #B623EE
Complementary color
Monochromatic Colors of #B623EE
Black with #B623EE
Text Example
Text Example
White with #B623EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623EE; }
p { color: rgb(182,35,238); }
H1.HeaderClassName
{
color: #B623EE;
}
.AnyTagClassName
{
color: #B623EE;
}
</style>
background-color css
<style>
a { background-color: #B623EE; }
a { background-color: rgb(182,35,238); }
div.DivClassName
{
background-color: #B623EE;
}
.BgClassName
{
background-color: #B623EE;
}
</style>
border-color css
<style>
span { border-color: #B623EE; }
span { border-color: rgb(182,35,238); }
td.TdClassName
{
border-color: #B623EE;
}
.TagClassName
{
border-color: #B623EE;
}
</style>