Shades of Electric Purple #B619FE
Tints of Electric Purple #B619FE
RGB
CMYK
RGB Variations
Color information
#B619FE (or 0xB619FE) is known color: Electric Purple. HEX triplet: B6, 19 and FE. RGB value is (182,25,254). Sum of RGB (Red+Green+Blue) = 182+25+254=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #B619FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B619FE is #49E601. Grayscale: #616161. Windows color (decimal): -4843010 or 16652726. OLE color: 16652726.
HSL color Cylindrical-coordinate representation of color #B619FE: hue angle of 281.14º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B619FE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 25 | 254 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.00 |
| HSL | 281.14º | 0.99% | 0.55% | - |
| HSV(B) | 281.14º | 0.9% | 1% | - |
| XYZ | 37.53 | 17.8 | 95.22 | - |
| YUV | 98.05 | 216.01 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 254 | 0.28 | 0.90 | 0 | 0.00 | 281.14 | 0.99 | 0.55 |
| Hex | B6 | 19 | FE | 1C | 5A | 0 | 0 | 119 | 63 | 37 |
| Octal | 266 | 31 | 376 | 34 | 132 | 0 | 0 | 431 | 143 | 67 |
| Binary | 10110110 | 11001 | 11111110 | 11100 | 1011010 | 0 | 0 | 100011001 | 1100011 | 110111 |
Color Harmonies of #B619FE
Complementary color
Monochromatic Colors of #B619FE
Black with #B619FE
Text Example
Text Example
White with #B619FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B619FE; }
p { color: rgb(182,25,254); }
H1.HeaderClassName
{
color: #B619FE;
}
.AnyTagClassName
{
color: #B619FE;
}
</style>
background-color css
<style>
a { background-color: #B619FE; }
a { background-color: rgb(182,25,254); }
div.DivClassName
{
background-color: #B619FE;
}
.BgClassName
{
background-color: #B619FE;
}
</style>
border-color css
<style>
span { border-color: #B619FE; }
span { border-color: rgb(182,25,254); }
td.TdClassName
{
border-color: #B619FE;
}
.TagClassName
{
border-color: #B619FE;
}
</style>