Shades of Electric Purple #B623EC
Tints of Electric Purple #B623EC
RGB
CMYK
RGB Variations
Color information
#B623EC (or 0xB623EC) is known color: Electric Purple. HEX triplet: B6, 23 and EC. RGB value is (182,35,236). Sum of RGB (Red+Green+Blue) = 182+35+236=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #B623EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B623EC is #49DC13. Grayscale: #656565. Windows color (decimal): -4840468 or 15475638. OLE color: 15475638.
HSL color Cylindrical-coordinate representation of color #B623EC: hue angle of 283.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B623EC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 35 | 236 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.07 |
| HSL | 283.88º | 0.84% | 0.53% | - |
| HSV(B) | 283.88º | 0.85% | 0.93% | - |
| XYZ | 35.03 | 17.2 | 80.83 | - |
| YUV | 101.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 236 | 0.23 | 0.85 | 0 | 0.07 | 283.88 | 0.84 | 0.53 |
| Hex | B6 | 23 | EC | 17 | 55 | 0 | 7 | 11C | 54 | 35 |
| Octal | 266 | 43 | 354 | 27 | 125 | 0 | 7 | 434 | 124 | 65 |
| Binary | 10110110 | 100011 | 11101100 | 10111 | 1010101 | 0 | 111 | 100011100 | 1010100 | 110101 |
Color Harmonies of #B623EC
Complementary color
Monochromatic Colors of #B623EC
Black with #B623EC
Text Example
Text Example
White with #B623EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623EC; }
p { color: rgb(182,35,236); }
H1.HeaderClassName
{
color: #B623EC;
}
.AnyTagClassName
{
color: #B623EC;
}
</style>
background-color css
<style>
a { background-color: #B623EC; }
a { background-color: rgb(182,35,236); }
div.DivClassName
{
background-color: #B623EC;
}
.BgClassName
{
background-color: #B623EC;
}
</style>
border-color css
<style>
span { border-color: #B623EC; }
span { border-color: rgb(182,35,236); }
td.TdClassName
{
border-color: #B623EC;
}
.TagClassName
{
border-color: #B623EC;
}
</style>