Shades of Electric Purple #B623EA
Tints of Electric Purple #B623EA
RGB
CMYK
RGB Variations
Color information
#B623EA (or 0xB623EA) is known color: Electric Purple. HEX triplet: B6, 23 and EA. RGB value is (182,35,234). Sum of RGB (Red+Green+Blue) = 182+35+234=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #B623EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B623EA is #49DC15. Grayscale: #646464. Windows color (decimal): -4840470 or 15344566. OLE color: 15344566.
HSL color Cylindrical-coordinate representation of color #B623EA: hue angle of 284.32º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B623EA is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 35 | 234 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.08 |
| HSL | 284.32º | 0.83% | 0.53% | - |
| HSV(B) | 284.32º | 0.85% | 0.92% | - |
| XYZ | 34.74 | 17.09 | 79.31 | - |
| YUV | 101.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 234 | 0.22 | 0.85 | 0 | 0.08 | 284.32 | 0.83 | 0.53 |
| Hex | B6 | 23 | EA | 16 | 55 | 0 | 8 | 11C | 53 | 35 |
| Octal | 266 | 43 | 352 | 26 | 125 | 0 | 10 | 434 | 123 | 65 |
| Binary | 10110110 | 100011 | 11101010 | 10110 | 1010101 | 0 | 1000 | 100011100 | 1010011 | 110101 |
Color Harmonies of #B623EA
Complementary color
Monochromatic Colors of #B623EA
Black with #B623EA
Text Example
Text Example
White with #B623EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623EA; }
p { color: rgb(182,35,234); }
H1.HeaderClassName
{
color: #B623EA;
}
.AnyTagClassName
{
color: #B623EA;
}
</style>
background-color css
<style>
a { background-color: #B623EA; }
a { background-color: rgb(182,35,234); }
div.DivClassName
{
background-color: #B623EA;
}
.BgClassName
{
background-color: #B623EA;
}
</style>
border-color css
<style>
span { border-color: #B623EA; }
span { border-color: rgb(182,35,234); }
td.TdClassName
{
border-color: #B623EA;
}
.TagClassName
{
border-color: #B623EA;
}
</style>