Shades of Electric Purple #B928ED
Tints of Electric Purple #B928ED
RGB
CMYK
RGB Variations
Color information
#B928ED (or 0xB928ED) is known color: Electric Purple. HEX triplet: B9, 28 and ED. RGB value is (185,40,237). Sum of RGB (Red+Green+Blue) = 185+40+237=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #B928ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B928ED is #46D712. Grayscale: #696969. Windows color (decimal): -4642579 or 15542457. OLE color: 15542457.
HSL color Cylindrical-coordinate representation of color #B928ED: hue angle of 284.16º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B928ED is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 40 | 237 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.07 |
| HSL | 284.16º | 0.85% | 0.54% | - |
| HSV(B) | 284.16º | 0.83% | 0.93% | - |
| XYZ | 36.05 | 17.95 | 81.68 | - |
| YUV | 105.81 | 202.04 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 237 | 0.22 | 0.83 | 0 | 0.07 | 284.16 | 0.85 | 0.54 |
| Hex | B9 | 28 | ED | 16 | 53 | 0 | 7 | 11C | 55 | 36 |
| Octal | 271 | 50 | 355 | 26 | 123 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111001 | 101000 | 11101101 | 10110 | 1010011 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B928ED
Complementary color
Monochromatic Colors of #B928ED
Black with #B928ED
Text Example
Text Example
White with #B928ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928ED; }
p { color: rgb(185,40,237); }
H1.HeaderClassName
{
color: #B928ED;
}
.AnyTagClassName
{
color: #B928ED;
}
</style>
background-color css
<style>
a { background-color: #B928ED; }
a { background-color: rgb(185,40,237); }
div.DivClassName
{
background-color: #B928ED;
}
.BgClassName
{
background-color: #B928ED;
}
</style>
border-color css
<style>
span { border-color: #B928ED; }
span { border-color: rgb(185,40,237); }
td.TdClassName
{
border-color: #B928ED;
}
.TagClassName
{
border-color: #B928ED;
}
</style>