Shades of Electric Purple #B919FF
Tints of Electric Purple #B919FF
RGB
CMYK
RGB Variations
Color information
#B919FF (or 0xB919FF) is known color: Electric Purple. HEX triplet: B9, 19 and FF. RGB value is (185,25,255). Sum of RGB (Red+Green+Blue) = 185+25+255=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #B919FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B919FF is #46E600. Grayscale: #626262. Windows color (decimal): -4646401 or 16718265. OLE color: 16718265.
HSL color Cylindrical-coordinate representation of color #B919FF: hue angle of 281.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B919FF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 25 | 255 | - |
| CMYK | 0.27 | 0.90 | 0 | 0 |
| HSL | 281.74º | 1% | 0.55% | - |
| HSV(B) | 281.74º | 0.9% | 1% | - |
| XYZ | 38.41 | 18.23 | 96.1 | - |
| YUV | 99.06 | 216.01 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 255 | 0.27 | 0.90 | 0 | 0 | 281.74 | 1 | 0.55 |
| Hex | B9 | 19 | FF | 1B | 5A | 0 | 0 | 11A | 64 | 37 |
| Octal | 271 | 31 | 377 | 33 | 132 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111001 | 11001 | 11111111 | 11011 | 1011010 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #B919FF
Complementary color
Monochromatic Colors of #B919FF
Black with #B919FF
Text Example
Text Example
White with #B919FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919FF; }
p { color: rgb(185,25,255); }
H1.HeaderClassName
{
color: #B919FF;
}
.AnyTagClassName
{
color: #B919FF;
}
</style>
background-color css
<style>
a { background-color: #B919FF; }
a { background-color: rgb(185,25,255); }
div.DivClassName
{
background-color: #B919FF;
}
.BgClassName
{
background-color: #B919FF;
}
</style>
border-color css
<style>
span { border-color: #B919FF; }
span { border-color: rgb(185,25,255); }
td.TdClassName
{
border-color: #B919FF;
}
.TagClassName
{
border-color: #B919FF;
}
</style>