Shades of Electric Purple #B924EE
Tints of Electric Purple #B924EE
RGB
CMYK
RGB Variations
Color information
#B924EE (or 0xB924EE) is known color: Electric Purple. HEX triplet: B9, 24 and EE. RGB value is (185,36,238). Sum of RGB (Red+Green+Blue) = 185+36+238=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #B924EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924EE is #46DB11. Grayscale: #666666. Windows color (decimal): -4643602 or 15606969. OLE color: 15606969.
HSL color Cylindrical-coordinate representation of color #B924EE: hue angle of 284.26º 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 #B924EE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 36 | 238 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.26º | 0.86% | 0.54% | - |
| HSV(B) | 284.26º | 0.85% | 0.93% | - |
| XYZ | 36.07 | 17.75 | 82.41 | - |
| YUV | 103.58 | 203.86 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 238 | 0.22 | 0.85 | 0 | 0.07 | 284.26 | 0.86 | 0.54 |
| Hex | B9 | 24 | EE | 16 | 55 | 0 | 7 | 11C | 56 | 36 |
| Octal | 271 | 44 | 356 | 26 | 125 | 0 | 7 | 434 | 126 | 66 |
| Binary | 10111001 | 100100 | 11101110 | 10110 | 1010101 | 0 | 111 | 100011100 | 1010110 | 110110 |
Color Harmonies of #B924EE
Complementary color
Monochromatic Colors of #B924EE
Black with #B924EE
Text Example
Text Example
White with #B924EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924EE; }
p { color: rgb(185,36,238); }
H1.HeaderClassName
{
color: #B924EE;
}
.AnyTagClassName
{
color: #B924EE;
}
</style>
background-color css
<style>
a { background-color: #B924EE; }
a { background-color: rgb(185,36,238); }
div.DivClassName
{
background-color: #B924EE;
}
.BgClassName
{
background-color: #B924EE;
}
</style>
border-color css
<style>
span { border-color: #B924EE; }
span { border-color: rgb(185,36,238); }
td.TdClassName
{
border-color: #B924EE;
}
.TagClassName
{
border-color: #B924EE;
}
</style>