Shades of Electric Purple #B919FB
Tints of Electric Purple #B919FB
RGB
CMYK
RGB Variations
Color information
#B919FB (or 0xB919FB) is known color: Electric Purple. HEX triplet: B9, 19 and FB. RGB value is (185,25,251). Sum of RGB (Red+Green+Blue) = 185+25+251=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #B919FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919FB is #46E604. Grayscale: #616161. Windows color (decimal): -4646405 or 16456121. OLE color: 16456121.
HSL color Cylindrical-coordinate representation of color #B919FB: hue angle of 282.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B919FB is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 25 | 251 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.02 |
| HSL | 282.48º | 0.97% | 0.54% | - |
| HSV(B) | 282.48º | 0.9% | 0.98% | - |
| XYZ | 37.77 | 17.97 | 92.75 | - |
| YUV | 98.6 | 214.01 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 251 | 0.26 | 0.90 | 0 | 0.02 | 282.48 | 0.97 | 0.54 |
| Hex | B9 | 19 | FB | 1A | 5A | 0 | 2 | 11A | 61 | 36 |
| Octal | 271 | 31 | 373 | 32 | 132 | 0 | 2 | 432 | 141 | 66 |
| Binary | 10111001 | 11001 | 11111011 | 11010 | 1011010 | 0 | 10 | 100011010 | 1100001 | 110110 |
Color Harmonies of #B919FB
Complementary color
Monochromatic Colors of #B919FB
Black with #B919FB
Text Example
Text Example
White with #B919FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919FB; }
p { color: rgb(185,25,251); }
H1.HeaderClassName
{
color: #B919FB;
}
.AnyTagClassName
{
color: #B919FB;
}
</style>
background-color css
<style>
a { background-color: #B919FB; }
a { background-color: rgb(185,25,251); }
div.DivClassName
{
background-color: #B919FB;
}
.BgClassName
{
background-color: #B919FB;
}
</style>
border-color css
<style>
span { border-color: #B919FB; }
span { border-color: rgb(185,25,251); }
td.TdClassName
{
border-color: #B919FB;
}
.TagClassName
{
border-color: #B919FB;
}
</style>