Shades of Electric Purple #B60FEF
Tints of Electric Purple #B60FEF
RGB
CMYK
RGB Variations
Color information
#B60FEF (or 0xB60FEF) is known color: Electric Purple. HEX triplet: B6, 0F and EF. RGB value is (182,15,239). Sum of RGB (Red+Green+Blue) = 182+15+239=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #B60FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60FEF is #49F010. Grayscale: #595959. Windows color (decimal): -4845585 or 15667126. OLE color: 15667126.
HSL color Cylindrical-coordinate representation of color #B60FEF: hue angle of 284.73º degrees, saturation: 0.88, 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 #B60FEF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 15 | 239 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.06 |
| HSL | 284.73º | 0.88% | 0.5% | - |
| HSV(B) | 284.73º | 0.94% | 0.94% | - |
| XYZ | 35.04 | 16.52 | 83 | - |
| YUV | 90.47 | 211.83 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 239 | 0.24 | 0.94 | 0 | 0.06 | 284.73 | 0.88 | 0.5 |
| Hex | B6 | F | EF | 18 | 5E | 0 | 6 | 11D | 58 | 32 |
| Octal | 266 | 17 | 357 | 30 | 136 | 0 | 6 | 435 | 130 | 62 |
| Binary | 10110110 | 1111 | 11101111 | 11000 | 1011110 | 0 | 110 | 100011101 | 1011000 | 110010 |
Color Harmonies of #B60FEF
Complementary color
Monochromatic Colors of #B60FEF
Black with #B60FEF
Text Example
Text Example
White with #B60FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60FEF; }
p { color: rgb(182,15,239); }
H1.HeaderClassName
{
color: #B60FEF;
}
.AnyTagClassName
{
color: #B60FEF;
}
</style>
background-color css
<style>
a { background-color: #B60FEF; }
a { background-color: rgb(182,15,239); }
div.DivClassName
{
background-color: #B60FEF;
}
.BgClassName
{
background-color: #B60FEF;
}
</style>
border-color css
<style>
span { border-color: #B60FEF; }
span { border-color: rgb(182,15,239); }
td.TdClassName
{
border-color: #B60FEF;
}
.TagClassName
{
border-color: #B60FEF;
}
</style>