Shades of Electric Purple #B60EED
Tints of Electric Purple #B60EED
RGB
CMYK
RGB Variations
Color information
#B60EED (or 0xB60EED) is known color: Electric Purple. HEX triplet: B6, 0E and ED. RGB value is (182,14,237). Sum of RGB (Red+Green+Blue) = 182+14+237=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #B60EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60EED is #49F112. Grayscale: #585858. Windows color (decimal): -4845843 or 15535798. OLE color: 15535798.
HSL color Cylindrical-coordinate representation of color #B60EED: hue angle of 285.2º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60EED is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 14 | 237 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.07 |
| HSL | 285.2º | 0.89% | 0.49% | - |
| HSV(B) | 285.2º | 0.94% | 0.93% | - |
| XYZ | 34.73 | 16.37 | 81.45 | - |
| YUV | 89.65 | 211.16 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 237 | 0.23 | 0.94 | 0 | 0.07 | 285.2 | 0.89 | 0.49 |
| Hex | B6 | E | ED | 17 | 5E | 0 | 7 | 11D | 59 | 31 |
| Octal | 266 | 16 | 355 | 27 | 136 | 0 | 7 | 435 | 131 | 61 |
| Binary | 10110110 | 1110 | 11101101 | 10111 | 1011110 | 0 | 111 | 100011101 | 1011001 | 110001 |
Color Harmonies of #B60EED
Complementary color
Monochromatic Colors of #B60EED
Black with #B60EED
Text Example
Text Example
White with #B60EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EED; }
p { color: rgb(182,14,237); }
H1.HeaderClassName
{
color: #B60EED;
}
.AnyTagClassName
{
color: #B60EED;
}
</style>
background-color css
<style>
a { background-color: #B60EED; }
a { background-color: rgb(182,14,237); }
div.DivClassName
{
background-color: #B60EED;
}
.BgClassName
{
background-color: #B60EED;
}
</style>
border-color css
<style>
span { border-color: #B60EED; }
span { border-color: rgb(182,14,237); }
td.TdClassName
{
border-color: #B60EED;
}
.TagClassName
{
border-color: #B60EED;
}
</style>