Shades of Electric Purple #B921EB
Tints of Electric Purple #B921EB
RGB
CMYK
RGB Variations
Color information
#B921EB (or 0xB921EB) is known color: Electric Purple. HEX triplet: B9, 21 and EB. RGB value is (185,33,235). Sum of RGB (Red+Green+Blue) = 185+33+235=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #B921EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921EB is #46DE14. Grayscale: #646464. Windows color (decimal): -4644373 or 15409593. OLE color: 15409593.
HSL color Cylindrical-coordinate representation of color #B921EB: hue angle of 285.15º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B921EB is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 33 | 235 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.08 |
| HSL | 285.15º | 0.83% | 0.53% | - |
| HSV(B) | 285.15º | 0.86% | 0.92% | - |
| XYZ | 35.55 | 17.4 | 80.08 | - |
| YUV | 101.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 235 | 0.21 | 0.86 | 0 | 0.08 | 285.15 | 0.83 | 0.53 |
| Hex | B9 | 21 | EB | 15 | 56 | 0 | 8 | 11D | 53 | 35 |
| Octal | 271 | 41 | 353 | 25 | 126 | 0 | 10 | 435 | 123 | 65 |
| Binary | 10111001 | 100001 | 11101011 | 10101 | 1010110 | 0 | 1000 | 100011101 | 1010011 | 110101 |
Color Harmonies of #B921EB
Complementary color
Monochromatic Colors of #B921EB
Black with #B921EB
Text Example
Text Example
White with #B921EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B921EB; }
p { color: rgb(185,33,235); }
H1.HeaderClassName
{
color: #B921EB;
}
.AnyTagClassName
{
color: #B921EB;
}
</style>
background-color css
<style>
a { background-color: #B921EB; }
a { background-color: rgb(185,33,235); }
div.DivClassName
{
background-color: #B921EB;
}
.BgClassName
{
background-color: #B921EB;
}
</style>
border-color css
<style>
span { border-color: #B921EB; }
span { border-color: rgb(185,33,235); }
td.TdClassName
{
border-color: #B921EB;
}
.TagClassName
{
border-color: #B921EB;
}
</style>