Shades of Electric Purple #B919FA
Tints of Electric Purple #B919FA
RGB
CMYK
RGB Variations
Color information
#B919FA (or 0xB919FA) is known color: Electric Purple. HEX triplet: B9, 19 and FA. RGB value is (185,25,250). Sum of RGB (Red+Green+Blue) = 185+25+250=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #B919FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919FA is #46E605. Grayscale: #616161. Windows color (decimal): -4646406 or 16390585. OLE color: 16390585.
HSL color Cylindrical-coordinate representation of color #B919FA: hue angle of 282.67º degrees, saturation: 0.96, 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 #B919FA is Cyan = 0.26, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 25 | 250 | - |
| CMYK | 0.26 | 0.9 | 0 | 0.02 |
| HSL | 282.67º | 0.96% | 0.54% | - |
| HSV(B) | 282.67º | 0.9% | 0.98% | - |
| XYZ | 37.61 | 17.91 | 91.92 | - |
| YUV | 98.49 | 213.51 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 250 | 0.26 | 0.9 | 0 | 0.02 | 282.67 | 0.96 | 0.54 |
| Hex | B9 | 19 | FA | 1A | 5A | 0 | 2 | 11B | 60 | 36 |
| Octal | 271 | 31 | 372 | 32 | 132 | 0 | 2 | 433 | 140 | 66 |
| Binary | 10111001 | 11001 | 11111010 | 11010 | 1011010 | 0 | 10 | 100011011 | 1100000 | 110110 |
Color Harmonies of #B919FA
Complementary color
Monochromatic Colors of #B919FA
Black with #B919FA
Text Example
Text Example
White with #B919FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919FA; }
p { color: rgb(185,25,250); }
H1.HeaderClassName
{
color: #B919FA;
}
.AnyTagClassName
{
color: #B919FA;
}
</style>
background-color css
<style>
a { background-color: #B919FA; }
a { background-color: rgb(185,25,250); }
div.DivClassName
{
background-color: #B919FA;
}
.BgClassName
{
background-color: #B919FA;
}
</style>
border-color css
<style>
span { border-color: #B919FA; }
span { border-color: rgb(185,25,250); }
td.TdClassName
{
border-color: #B919FA;
}
.TagClassName
{
border-color: #B919FA;
}
</style>