Shades of Electric Purple #B921EA
Tints of Electric Purple #B921EA
RGB
CMYK
RGB Variations
Color information
#B921EA (or 0xB921EA) is known color: Electric Purple. HEX triplet: B9, 21 and EA. RGB value is (185,33,234). Sum of RGB (Red+Green+Blue) = 185+33+234=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #B921EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921EA is #46DE15. Grayscale: #646464. Windows color (decimal): -4644374 or 15344057. OLE color: 15344057.
HSL color Cylindrical-coordinate representation of color #B921EA: hue angle of 285.37º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B921EA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 33 | 234 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.08 |
| HSL | 285.37º | 0.83% | 0.52% | - |
| HSV(B) | 285.37º | 0.86% | 0.92% | - |
| XYZ | 35.4 | 17.34 | 79.32 | - |
| YUV | 101.36 | 202.86 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 234 | 0.21 | 0.86 | 0 | 0.08 | 285.37 | 0.83 | 0.52 |
| Hex | B9 | 21 | EA | 15 | 56 | 0 | 8 | 11D | 53 | 34 |
| Octal | 271 | 41 | 352 | 25 | 126 | 0 | 10 | 435 | 123 | 64 |
| Binary | 10111001 | 100001 | 11101010 | 10101 | 1010110 | 0 | 1000 | 100011101 | 1010011 | 110100 |
Color Harmonies of #B921EA
Complementary color
Monochromatic Colors of #B921EA
Black with #B921EA
Text Example
Text Example
White with #B921EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921EA; }
p { color: rgb(185,33,234); }
H1.HeaderClassName
{
color: #B921EA;
}
.AnyTagClassName
{
color: #B921EA;
}
</style>
background-color css
<style>
a { background-color: #B921EA; }
a { background-color: rgb(185,33,234); }
div.DivClassName
{
background-color: #B921EA;
}
.BgClassName
{
background-color: #B921EA;
}
</style>
border-color css
<style>
span { border-color: #B921EA; }
span { border-color: rgb(185,33,234); }
td.TdClassName
{
border-color: #B921EA;
}
.TagClassName
{
border-color: #B921EA;
}
</style>