Shades of Electric Purple #B60EE8
Tints of Electric Purple #B60EE8
RGB
CMYK
RGB Variations
Color information
#B60EE8 (or 0xB60EE8) is known color: Electric Purple. HEX triplet: B6, 0E and E8. RGB value is (182,14,232). Sum of RGB (Red+Green+Blue) = 182+14+232=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #B60EE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60EE8 is #49F117. Grayscale: #585858. Windows color (decimal): -4845848 or 15208118. OLE color: 15208118.
HSL color Cylindrical-coordinate representation of color #B60EE8: hue angle of 286.24º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60EE8 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 14 | 232 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.09 |
| HSL | 286.24º | 0.89% | 0.48% | - |
| HSV(B) | 286.24º | 0.94% | 0.91% | - |
| XYZ | 34.01 | 16.09 | 77.66 | - |
| YUV | 89.08 | 208.66 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 14 | 232 | 0.22 | 0.94 | 0 | 0.09 | 286.24 | 0.89 | 0.48 |
| Hex | B6 | E | E8 | 16 | 5E | 0 | 9 | 11E | 59 | 30 |
| Octal | 266 | 16 | 350 | 26 | 136 | 0 | 11 | 436 | 131 | 60 |
| Binary | 10110110 | 1110 | 11101000 | 10110 | 1011110 | 0 | 1001 | 100011110 | 1011001 | 110000 |
Color Harmonies of #B60EE8
Complementary color
Monochromatic Colors of #B60EE8
Black with #B60EE8
Text Example
Text Example
White with #B60EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60EE8; }
p { color: rgb(182,14,232); }
H1.HeaderClassName
{
color: #B60EE8;
}
.AnyTagClassName
{
color: #B60EE8;
}
</style>
background-color css
<style>
a { background-color: #B60EE8; }
a { background-color: rgb(182,14,232); }
div.DivClassName
{
background-color: #B60EE8;
}
.BgClassName
{
background-color: #B60EE8;
}
</style>
border-color css
<style>
span { border-color: #B60EE8; }
span { border-color: rgb(182,14,232); }
td.TdClassName
{
border-color: #B60EE8;
}
.TagClassName
{
border-color: #B60EE8;
}
</style>