Shades of Electric Purple #B924E6
Tints of Electric Purple #B924E6
RGB
CMYK
RGB Variations
Color information
#B924E6 (or 0xB924E6) is known color: Electric Purple. HEX triplet: B9, 24 and E6. RGB value is (185,36,230). Sum of RGB (Red+Green+Blue) = 185+36+230=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #B924E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B924E6 is #46DB19. Grayscale: #666666. Windows color (decimal): -4643610 or 15082681. OLE color: 15082681.
HSL color Cylindrical-coordinate representation of color #B924E6: hue angle of 286.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B924E6 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 36 | 230 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.10 |
| HSL | 286.08º | 0.8% | 0.52% | - |
| HSV(B) | 286.08º | 0.84% | 0.9% | - |
| XYZ | 34.92 | 17.29 | 76.36 | - |
| YUV | 102.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 230 | 0.20 | 0.84 | 0 | 0.10 | 286.08 | 0.8 | 0.52 |
| Hex | B9 | 24 | E6 | 14 | 54 | 0 | A | 11E | 50 | 34 |
| Octal | 271 | 44 | 346 | 24 | 124 | 0 | 12 | 436 | 120 | 64 |
| Binary | 10111001 | 100100 | 11100110 | 10100 | 1010100 | 0 | 1010 | 100011110 | 1010000 | 110100 |
Color Harmonies of #B924E6
Complementary color
Monochromatic Colors of #B924E6
Black with #B924E6
Text Example
Text Example
White with #B924E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B924E6; }
p { color: rgb(185,36,230); }
H1.HeaderClassName
{
color: #B924E6;
}
.AnyTagClassName
{
color: #B924E6;
}
</style>
background-color css
<style>
a { background-color: #B924E6; }
a { background-color: rgb(185,36,230); }
div.DivClassName
{
background-color: #B924E6;
}
.BgClassName
{
background-color: #B924E6;
}
</style>
border-color css
<style>
span { border-color: #B924E6; }
span { border-color: rgb(185,36,230); }
td.TdClassName
{
border-color: #B924E6;
}
.TagClassName
{
border-color: #B924E6;
}
</style>