Shades of Electric Purple #B60FFF
Tints of Electric Purple #B60FFF
RGB
CMYK
RGB Variations
Color information
#B60FFF (or 0xB60FFF) is known color: Electric Purple. HEX triplet: B6, 0F and FF. RGB value is (182,15,255). Sum of RGB (Red+Green+Blue) = 182+15+255=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #B60FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FFF is #49F000. Grayscale: #5B5B5B. Windows color (decimal): -4845569 or 16715702. OLE color: 16715702.
HSL color Cylindrical-coordinate representation of color #B60FFF: hue angle of 281.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60FFF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 15 | 255 | - |
| CMYK | 0.29 | 0.94 | 0 | 0 |
| HSL | 281.75º | 1% | 0.53% | - |
| HSV(B) | 281.75º | 0.94% | 1% | - |
| XYZ | 37.51 | 17.51 | 96.01 | - |
| YUV | 92.29 | 219.83 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 255 | 0.29 | 0.94 | 0 | 0 | 281.75 | 1 | 0.53 |
| Hex | B6 | F | FF | 1D | 5E | 0 | 0 | 11A | 64 | 35 |
| Octal | 266 | 17 | 377 | 35 | 136 | 0 | 0 | 432 | 144 | 65 |
| Binary | 10110110 | 1111 | 11111111 | 11101 | 1011110 | 0 | 0 | 100011010 | 1100100 | 110101 |
Color Harmonies of #B60FFF
Complementary color
Monochromatic Colors of #B60FFF
Black with #B60FFF
Text Example
Text Example
White with #B60FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FFF; }
p { color: rgb(182,15,255); }
H1.HeaderClassName
{
color: #B60FFF;
}
.AnyTagClassName
{
color: #B60FFF;
}
</style>
background-color css
<style>
a { background-color: #B60FFF; }
a { background-color: rgb(182,15,255); }
div.DivClassName
{
background-color: #B60FFF;
}
.BgClassName
{
background-color: #B60FFF;
}
</style>
border-color css
<style>
span { border-color: #B60FFF; }
span { border-color: rgb(182,15,255); }
td.TdClassName
{
border-color: #B60FFF;
}
.TagClassName
{
border-color: #B60FFF;
}
</style>