Shades of Electric Purple #B60FFE
Tints of Electric Purple #B60FFE
RGB
CMYK
RGB Variations
Color information
#B60FFE (or 0xB60FFE) is known color: Electric Purple. HEX triplet: B6, 0F and FE. RGB value is (182,15,254). Sum of RGB (Red+Green+Blue) = 182+15+254=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #B60FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FFE is #49F001. Grayscale: #5B5B5B. Windows color (decimal): -4845570 or 16650166. OLE color: 16650166.
HSL color Cylindrical-coordinate representation of color #B60FFE: hue angle of 281.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60FFE is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 15 | 254 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.00 |
| HSL | 281.92º | 0.99% | 0.53% | - |
| HSV(B) | 281.92º | 0.94% | 1% | - |
| XYZ | 37.35 | 17.44 | 95.16 | - |
| YUV | 92.18 | 219.33 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 254 | 0.28 | 0.94 | 0 | 0.00 | 281.92 | 0.99 | 0.53 |
| Hex | B6 | F | FE | 1C | 5E | 0 | 0 | 11A | 63 | 35 |
| Octal | 266 | 17 | 376 | 34 | 136 | 0 | 0 | 432 | 143 | 65 |
| Binary | 10110110 | 1111 | 11111110 | 11100 | 1011110 | 0 | 0 | 100011010 | 1100011 | 110101 |
Color Harmonies of #B60FFE
Complementary color
Monochromatic Colors of #B60FFE
Black with #B60FFE
Text Example
Text Example
White with #B60FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FFE; }
p { color: rgb(182,15,254); }
H1.HeaderClassName
{
color: #B60FFE;
}
.AnyTagClassName
{
color: #B60FFE;
}
</style>
background-color css
<style>
a { background-color: #B60FFE; }
a { background-color: rgb(182,15,254); }
div.DivClassName
{
background-color: #B60FFE;
}
.BgClassName
{
background-color: #B60FFE;
}
</style>
border-color css
<style>
span { border-color: #B60FFE; }
span { border-color: rgb(182,15,254); }
td.TdClassName
{
border-color: #B60FFE;
}
.TagClassName
{
border-color: #B60FFE;
}
</style>