Shades of Electric Purple #B918FC
Tints of Electric Purple #B918FC
RGB
CMYK
RGB Variations
Color information
#B918FC (or 0xB918FC) is known color: Electric Purple. HEX triplet: B9, 18 and FC. RGB value is (185,24,252). Sum of RGB (Red+Green+Blue) = 185+24+252=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #B918FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B918FC is #46E703. Grayscale: #616161. Windows color (decimal): -4646660 or 16521401. OLE color: 16521401.
HSL color Cylindrical-coordinate representation of color #B918FC: hue angle of 282.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B918FC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 24 | 252 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.01 |
| HSL | 282.37º | 0.97% | 0.54% | - |
| HSV(B) | 282.37º | 0.9% | 0.99% | - |
| XYZ | 37.9 | 18 | 93.57 | - |
| YUV | 98.13 | 214.84 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 252 | 0.27 | 0.90 | 0 | 0.01 | 282.37 | 0.97 | 0.54 |
| Hex | B9 | 18 | FC | 1B | 5A | 0 | 1 | 11A | 61 | 36 |
| Octal | 271 | 30 | 374 | 33 | 132 | 0 | 1 | 432 | 141 | 66 |
| Binary | 10111001 | 11000 | 11111100 | 11011 | 1011010 | 0 | 1 | 100011010 | 1100001 | 110110 |
Color Harmonies of #B918FC
Complementary color
Monochromatic Colors of #B918FC
Black with #B918FC
Text Example
Text Example
White with #B918FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B918FC; }
p { color: rgb(185,24,252); }
H1.HeaderClassName
{
color: #B918FC;
}
.AnyTagClassName
{
color: #B918FC;
}
</style>
background-color css
<style>
a { background-color: #B918FC; }
a { background-color: rgb(185,24,252); }
div.DivClassName
{
background-color: #B918FC;
}
.BgClassName
{
background-color: #B918FC;
}
</style>
border-color css
<style>
span { border-color: #B918FC; }
span { border-color: rgb(185,24,252); }
td.TdClassName
{
border-color: #B918FC;
}
.TagClassName
{
border-color: #B918FC;
}
</style>