Shades of Electric Purple #B60EEF
Tints of Electric Purple #B60EEF
RGB
CMYK
RGB Variations
Color information
#B60EEF (or 0xB60EEF) is known color: Electric Purple. HEX triplet: B6, 0E and EF. RGB value is (182,14,239). Sum of RGB (Red+Green+Blue) = 182+14+239=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #B60EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60EEF is #49F110. Grayscale: #595959. Windows color (decimal): -4845841 or 15666870. OLE color: 15666870.
HSL color Cylindrical-coordinate representation of color #B60EEF: hue angle of 284.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60EEF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 14 | 239 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.06 |
| HSL | 284.8º | 0.89% | 0.5% | - |
| HSV(B) | 284.8º | 0.94% | 0.94% | - |
| XYZ | 35.03 | 16.49 | 83 | - |
| YUV | 89.88 | 212.16 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 239 | 0.24 | 0.94 | 0 | 0.06 | 284.8 | 0.89 | 0.5 |
| Hex | B6 | E | EF | 18 | 5E | 0 | 6 | 11D | 59 | 32 |
| Octal | 266 | 16 | 357 | 30 | 136 | 0 | 6 | 435 | 131 | 62 |
| Binary | 10110110 | 1110 | 11101111 | 11000 | 1011110 | 0 | 110 | 100011101 | 1011001 | 110010 |
Color Harmonies of #B60EEF
Complementary color
Monochromatic Colors of #B60EEF
Black with #B60EEF
Text Example
Text Example
White with #B60EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EEF; }
p { color: rgb(182,14,239); }
H1.HeaderClassName
{
color: #B60EEF;
}
.AnyTagClassName
{
color: #B60EEF;
}
</style>
background-color css
<style>
a { background-color: #B60EEF; }
a { background-color: rgb(182,14,239); }
div.DivClassName
{
background-color: #B60EEF;
}
.BgClassName
{
background-color: #B60EEF;
}
</style>
border-color css
<style>
span { border-color: #B60EEF; }
span { border-color: rgb(182,14,239); }
td.TdClassName
{
border-color: #B60EEF;
}
.TagClassName
{
border-color: #B60EEF;
}
</style>