Shades of Electric Purple #B918FE
Tints of Electric Purple #B918FE
RGB
CMYK
RGB Variations
Color information
#B918FE (or 0xB918FE) is known color: Electric Purple. HEX triplet: B9, 18 and FE. RGB value is (185,24,254). Sum of RGB (Red+Green+Blue) = 185+24+254=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #B918FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B918FE is #46E701. Grayscale: #616161. Windows color (decimal): -4646658 or 16652473. OLE color: 16652473.
HSL color Cylindrical-coordinate representation of color #B918FE: hue angle of 282º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B918FE is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 24 | 254 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.00 |
| HSL | 282º | 0.99% | 0.55% | - |
| HSV(B) | 282º | 0.91% | 1% | - |
| XYZ | 38.22 | 18.12 | 95.25 | - |
| YUV | 98.36 | 215.84 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 254 | 0.27 | 0.91 | 0 | 0.00 | 282 | 0.99 | 0.55 |
| Hex | B9 | 18 | FE | 1B | 5B | 0 | 0 | 11A | 63 | 37 |
| Octal | 271 | 30 | 376 | 33 | 133 | 0 | 0 | 432 | 143 | 67 |
| Binary | 10111001 | 11000 | 11111110 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100011 | 110111 |
Color Harmonies of #B918FE
Complementary color
Monochromatic Colors of #B918FE
Black with #B918FE
Text Example
Text Example
White with #B918FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918FE; }
p { color: rgb(185,24,254); }
H1.HeaderClassName
{
color: #B918FE;
}
.AnyTagClassName
{
color: #B918FE;
}
</style>
background-color css
<style>
a { background-color: #B918FE; }
a { background-color: rgb(185,24,254); }
div.DivClassName
{
background-color: #B918FE;
}
.BgClassName
{
background-color: #B918FE;
}
</style>
border-color css
<style>
span { border-color: #B918FE; }
span { border-color: rgb(185,24,254); }
td.TdClassName
{
border-color: #B918FE;
}
.TagClassName
{
border-color: #B918FE;
}
</style>