Shades of Electric Purple #B60FE6
Tints of Electric Purple #B60FE6
RGB
CMYK
RGB Variations
Color information
#B60FE6 (or 0xB60FE6) is known color: Electric Purple. HEX triplet: B6, 0F and E6. RGB value is (182,15,230). Sum of RGB (Red+Green+Blue) = 182+15+230=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #B60FE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FE6 is #49F019. Grayscale: #585858. Windows color (decimal): -4845594 or 15077302. OLE color: 15077302.
HSL color Cylindrical-coordinate representation of color #B60FE6: hue angle of 286.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60FE6 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 15 | 230 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.10 |
| HSL | 286.6º | 0.88% | 0.48% | - |
| HSV(B) | 286.6º | 0.93% | 0.9% | - |
| XYZ | 33.75 | 16 | 76.17 | - |
| YUV | 89.44 | 207.33 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 230 | 0.21 | 0.93 | 0 | 0.10 | 286.6 | 0.88 | 0.48 |
| Hex | B6 | F | E6 | 15 | 5D | 0 | A | 11F | 58 | 30 |
| Octal | 266 | 17 | 346 | 25 | 135 | 0 | 12 | 437 | 130 | 60 |
| Binary | 10110110 | 1111 | 11100110 | 10101 | 1011101 | 0 | 1010 | 100011111 | 1011000 | 110000 |
Color Harmonies of #B60FE6
Complementary color
Monochromatic Colors of #B60FE6
Black with #B60FE6
Text Example
Text Example
White with #B60FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FE6; }
p { color: rgb(182,15,230); }
H1.HeaderClassName
{
color: #B60FE6;
}
.AnyTagClassName
{
color: #B60FE6;
}
</style>
background-color css
<style>
a { background-color: #B60FE6; }
a { background-color: rgb(182,15,230); }
div.DivClassName
{
background-color: #B60FE6;
}
.BgClassName
{
background-color: #B60FE6;
}
</style>
border-color css
<style>
span { border-color: #B60FE6; }
span { border-color: rgb(182,15,230); }
td.TdClassName
{
border-color: #B60FE6;
}
.TagClassName
{
border-color: #B60FE6;
}
</style>