Shades of Electric Purple #B624ED
Tints of Electric Purple #B624ED
RGB
CMYK
RGB Variations
Color information
#B624ED (or 0xB624ED) is known color: Electric Purple. HEX triplet: B6, 24 and ED. RGB value is (182,36,237). Sum of RGB (Red+Green+Blue) = 182+36+237=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #B624ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B624ED is #49DB12. Grayscale: #656565. Windows color (decimal): -4840211 or 15541430. OLE color: 15541430.
HSL color Cylindrical-coordinate representation of color #B624ED: hue angle of 283.58º degrees, saturation: 0.85, 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 #B624ED is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 36 | 237 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.07 |
| HSL | 283.58º | 0.85% | 0.54% | - |
| HSV(B) | 283.58º | 0.85% | 0.93% | - |
| XYZ | 35.21 | 17.32 | 81.61 | - |
| YUV | 102.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 237 | 0.23 | 0.85 | 0 | 0.07 | 283.58 | 0.85 | 0.54 |
| Hex | B6 | 24 | ED | 17 | 55 | 0 | 7 | 11C | 55 | 36 |
| Octal | 266 | 44 | 355 | 27 | 125 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10110110 | 100100 | 11101101 | 10111 | 1010101 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B624ED
Complementary color
Monochromatic Colors of #B624ED
Black with #B624ED
Text Example
Text Example
White with #B624ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B624ED; }
p { color: rgb(182,36,237); }
H1.HeaderClassName
{
color: #B624ED;
}
.AnyTagClassName
{
color: #B624ED;
}
</style>
background-color css
<style>
a { background-color: #B624ED; }
a { background-color: rgb(182,36,237); }
div.DivClassName
{
background-color: #B624ED;
}
.BgClassName
{
background-color: #B624ED;
}
</style>
border-color css
<style>
span { border-color: #B624ED; }
span { border-color: rgb(182,36,237); }
td.TdClassName
{
border-color: #B624ED;
}
.TagClassName
{
border-color: #B624ED;
}
</style>