Shades of Electric Purple #B918E4
Tints of Electric Purple #B918E4
RGB
CMYK
RGB Variations
Color information
#B918E4 (or 0xB918E4) is known color: Electric Purple. HEX triplet: B9, 18 and E4. RGB value is (185,24,228). Sum of RGB (Red+Green+Blue) = 185+24+228=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 24 (9.77% from 255 or 5.49% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #B918E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918E4 is #46E71B. Grayscale: #5E5E5E. Windows color (decimal): -4646684 or 14948537. OLE color: 14948537.
HSL color Cylindrical-coordinate representation of color #B918E4: hue angle of 287.35º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B918E4 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 24 | 228 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.11 |
| HSL | 287.35º | 0.81% | 0.49% | - |
| HSV(B) | 287.35º | 0.89% | 0.89% | - |
| XYZ | 34.34 | 16.57 | 74.79 | - |
| YUV | 95.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 228 | 0.19 | 0.89 | 0 | 0.11 | 287.35 | 0.81 | 0.49 |
| Hex | B9 | 18 | E4 | 13 | 59 | 0 | B | 11F | 51 | 31 |
| Octal | 271 | 30 | 344 | 23 | 131 | 0 | 13 | 437 | 121 | 61 |
| Binary | 10111001 | 11000 | 11100100 | 10011 | 1011001 | 0 | 1011 | 100011111 | 1010001 | 110001 |
Color Harmonies of #B918E4
Complementary color
Monochromatic Colors of #B918E4
Black with #B918E4
Text Example
Text Example
White with #B918E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918E4; }
p { color: rgb(185,24,228); }
H1.HeaderClassName
{
color: #B918E4;
}
.AnyTagClassName
{
color: #B918E4;
}
</style>
background-color css
<style>
a { background-color: #B918E4; }
a { background-color: rgb(185,24,228); }
div.DivClassName
{
background-color: #B918E4;
}
.BgClassName
{
background-color: #B918E4;
}
</style>
border-color css
<style>
span { border-color: #B918E4; }
span { border-color: rgb(185,24,228); }
td.TdClassName
{
border-color: #B918E4;
}
.TagClassName
{
border-color: #B918E4;
}
</style>