Shades of Electric Purple #B927ED
Tints of Electric Purple #B927ED
RGB
CMYK
RGB Variations
Color information
#B927ED (or 0xB927ED) is known color: Electric Purple. HEX triplet: B9, 27 and ED. RGB value is (185,39,237). Sum of RGB (Red+Green+Blue) = 185+39+237=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #B927ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B927ED is #46D812. Grayscale: #686868. Windows color (decimal): -4642835 or 15542201. OLE color: 15542201.
HSL color Cylindrical-coordinate representation of color #B927ED: hue angle of 284.24º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B927ED is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 39 | 237 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 284.24º | 0.85% | 0.54% | - |
| HSV(B) | 284.24º | 0.84% | 0.93% | - |
| XYZ | 36.02 | 17.88 | 81.67 | - |
| YUV | 105.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 237 | 0.22 | 0.84 | 0 | 0.07 | 284.24 | 0.85 | 0.54 |
| Hex | B9 | 27 | ED | 16 | 54 | 0 | 7 | 11C | 55 | 36 |
| Octal | 271 | 47 | 355 | 26 | 124 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111001 | 100111 | 11101101 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B927ED
Complementary color
Monochromatic Colors of #B927ED
Black with #B927ED
Text Example
Text Example
White with #B927ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B927ED; }
p { color: rgb(185,39,237); }
H1.HeaderClassName
{
color: #B927ED;
}
.AnyTagClassName
{
color: #B927ED;
}
</style>
background-color css
<style>
a { background-color: #B927ED; }
a { background-color: rgb(185,39,237); }
div.DivClassName
{
background-color: #B927ED;
}
.BgClassName
{
background-color: #B927ED;
}
</style>
border-color css
<style>
span { border-color: #B927ED; }
span { border-color: rgb(185,39,237); }
td.TdClassName
{
border-color: #B927ED;
}
.TagClassName
{
border-color: #B927ED;
}
</style>