Shades of Electric Purple #B924EA
Tints of Electric Purple #B924EA
RGB
CMYK
RGB Variations
Color information
#B924EA (or 0xB924EA) is known color: Electric Purple. HEX triplet: B9, 24 and EA. RGB value is (185,36,234). Sum of RGB (Red+Green+Blue) = 185+36+234=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #B924EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924EA is #46DB15. Grayscale: #666666. Windows color (decimal): -4643606 or 15344825. OLE color: 15344825.
HSL color Cylindrical-coordinate representation of color #B924EA: hue angle of 285.15º degrees, saturation: 0.82, 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 #B924EA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 36 | 234 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.08 |
| HSL | 285.15º | 0.83% | 0.53% | - |
| HSV(B) | 285.15º | 0.85% | 0.92% | - |
| XYZ | 35.49 | 17.52 | 79.35 | - |
| YUV | 103.12 | 201.86 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 234 | 0.21 | 0.85 | 0 | 0.08 | 285.15 | 0.83 | 0.53 |
| Hex | B9 | 24 | EA | 15 | 55 | 0 | 8 | 11D | 52 | 35 |
| Octal | 271 | 44 | 352 | 25 | 125 | 0 | 10 | 435 | 122 | 65 |
| Binary | 10111001 | 100100 | 11101010 | 10101 | 1010101 | 0 | 1000 | 100011101 | 1010010 | 110101 |
Color Harmonies of #B924EA
Complementary color
Monochromatic Colors of #B924EA
Black with #B924EA
Text Example
Text Example
White with #B924EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924EA; }
p { color: rgb(185,36,234); }
H1.HeaderClassName
{
color: #B924EA;
}
.AnyTagClassName
{
color: #B924EA;
}
</style>
background-color css
<style>
a { background-color: #B924EA; }
a { background-color: rgb(185,36,234); }
div.DivClassName
{
background-color: #B924EA;
}
.BgClassName
{
background-color: #B924EA;
}
</style>
border-color css
<style>
span { border-color: #B924EA; }
span { border-color: rgb(185,36,234); }
td.TdClassName
{
border-color: #B924EA;
}
.TagClassName
{
border-color: #B924EA;
}
</style>