Shades of Electric Purple #B623ED
Tints of Electric Purple #B623ED
RGB
CMYK
RGB Variations
Color information
#B623ED (or 0xB623ED) is known color: Electric Purple. HEX triplet: B6, 23 and ED. RGB value is (182,35,237). Sum of RGB (Red+Green+Blue) = 182+35+237=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 35 (14.06% from 255 or 7.71% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #B623ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B623ED is #49DC12. Grayscale: #656565. Windows color (decimal): -4840467 or 15541174. OLE color: 15541174.
HSL color Cylindrical-coordinate representation of color #B623ED: hue angle of 283.66º degrees, saturation: 0.85, 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 #B623ED is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 35 | 237 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.07 |
| HSL | 283.66º | 0.85% | 0.53% | - |
| HSV(B) | 283.66º | 0.85% | 0.93% | - |
| XYZ | 35.18 | 17.26 | 81.6 | - |
| YUV | 101.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 237 | 0.23 | 0.85 | 0 | 0.07 | 283.66 | 0.85 | 0.53 |
| Hex | B6 | 23 | ED | 17 | 55 | 0 | 7 | 11C | 55 | 35 |
| Octal | 266 | 43 | 355 | 27 | 125 | 0 | 7 | 434 | 125 | 65 |
| Binary | 10110110 | 100011 | 11101101 | 10111 | 1010101 | 0 | 111 | 100011100 | 1010101 | 110101 |
Color Harmonies of #B623ED
Complementary color
Monochromatic Colors of #B623ED
Black with #B623ED
Text Example
Text Example
White with #B623ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623ED; }
p { color: rgb(182,35,237); }
H1.HeaderClassName
{
color: #B623ED;
}
.AnyTagClassName
{
color: #B623ED;
}
</style>
background-color css
<style>
a { background-color: #B623ED; }
a { background-color: rgb(182,35,237); }
div.DivClassName
{
background-color: #B623ED;
}
.BgClassName
{
background-color: #B623ED;
}
</style>
border-color css
<style>
span { border-color: #B623ED; }
span { border-color: rgb(182,35,237); }
td.TdClassName
{
border-color: #B623ED;
}
.TagClassName
{
border-color: #B623ED;
}
</style>