Shades of Electric Purple #B922EA
Tints of Electric Purple #B922EA
RGB
CMYK
RGB Variations
Color information
#B922EA (or 0xB922EA) is known color: Electric Purple. HEX triplet: B9, 22 and EA. RGB value is (185,34,234). Sum of RGB (Red+Green+Blue) = 185+34+234=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #B922EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B922EA is #46DD15. Grayscale: #656565. Windows color (decimal): -4644118 or 15344313. OLE color: 15344313.
HSL color Cylindrical-coordinate representation of color #B922EA: hue angle of 285.3º degrees, saturation: 0.83, 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 #B922EA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 34 | 234 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.08 |
| HSL | 285.3º | 0.83% | 0.53% | - |
| HSV(B) | 285.3º | 0.85% | 0.92% | - |
| XYZ | 35.43 | 17.4 | 79.33 | - |
| YUV | 101.95 | 202.53 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 234 | 0.21 | 0.85 | 0 | 0.08 | 285.3 | 0.83 | 0.53 |
| Hex | B9 | 22 | EA | 15 | 55 | 0 | 8 | 11D | 53 | 35 |
| Octal | 271 | 42 | 352 | 25 | 125 | 0 | 10 | 435 | 123 | 65 |
| Binary | 10111001 | 100010 | 11101010 | 10101 | 1010101 | 0 | 1000 | 100011101 | 1010011 | 110101 |
Color Harmonies of #B922EA
Complementary color
Monochromatic Colors of #B922EA
Black with #B922EA
Text Example
Text Example
White with #B922EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B922EA; }
p { color: rgb(185,34,234); }
H1.HeaderClassName
{
color: #B922EA;
}
.AnyTagClassName
{
color: #B922EA;
}
</style>
background-color css
<style>
a { background-color: #B922EA; }
a { background-color: rgb(185,34,234); }
div.DivClassName
{
background-color: #B922EA;
}
.BgClassName
{
background-color: #B922EA;
}
</style>
border-color css
<style>
span { border-color: #B922EA; }
span { border-color: rgb(185,34,234); }
td.TdClassName
{
border-color: #B922EA;
}
.TagClassName
{
border-color: #B922EA;
}
</style>