Shades of Electric Purple #B918EB
Tints of Electric Purple #B918EB
RGB
CMYK
RGB Variations
Color information
#B918EB (or 0xB918EB) is known color: Electric Purple. HEX triplet: B9, 18 and EB. RGB value is (185,24,235). Sum of RGB (Red+Green+Blue) = 185+24+235=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #B918EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B918EB is #46E714. Grayscale: #5F5F5F. Windows color (decimal): -4646677 or 15407289. OLE color: 15407289.
HSL color Cylindrical-coordinate representation of color #B918EB: hue angle of 285.78º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B918EB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 24 | 235 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.08 |
| HSL | 285.78º | 0.84% | 0.51% | - |
| HSV(B) | 285.78º | 0.9% | 0.92% | - |
| XYZ | 35.33 | 16.97 | 80.01 | - |
| YUV | 96.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 235 | 0.21 | 0.90 | 0 | 0.08 | 285.78 | 0.84 | 0.51 |
| Hex | B9 | 18 | EB | 15 | 5A | 0 | 8 | 11E | 54 | 33 |
| Octal | 271 | 30 | 353 | 25 | 132 | 0 | 10 | 436 | 124 | 63 |
| Binary | 10111001 | 11000 | 11101011 | 10101 | 1011010 | 0 | 1000 | 100011110 | 1010100 | 110011 |
Color Harmonies of #B918EB
Complementary color
Monochromatic Colors of #B918EB
Black with #B918EB
Text Example
Text Example
White with #B918EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918EB; }
p { color: rgb(185,24,235); }
H1.HeaderClassName
{
color: #B918EB;
}
.AnyTagClassName
{
color: #B918EB;
}
</style>
background-color css
<style>
a { background-color: #B918EB; }
a { background-color: rgb(185,24,235); }
div.DivClassName
{
background-color: #B918EB;
}
.BgClassName
{
background-color: #B918EB;
}
</style>
border-color css
<style>
span { border-color: #B918EB; }
span { border-color: rgb(185,24,235); }
td.TdClassName
{
border-color: #B918EB;
}
.TagClassName
{
border-color: #B918EB;
}
</style>