Shades of Electric Purple #B60AF6
Tints of Electric Purple #B60AF6
RGB
CMYK
RGB Variations
Color information
#B60AF6 (or 0xB60AF6) is known color: Electric Purple. HEX triplet: B6, 0A and F6. RGB value is (182,10,246). Sum of RGB (Red+Green+Blue) = 182+10+246=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #B60AF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60AF6 is #49F509. Grayscale: #575757. Windows color (decimal): -4846858 or 16124598. OLE color: 16124598.
HSL color Cylindrical-coordinate representation of color #B60AF6: hue angle of 283.73º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60AF6 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 10 | 246 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.04 |
| HSL | 283.73º | 0.93% | 0.5% | - |
| HSV(B) | 283.73º | 0.96% | 0.96% | - |
| XYZ | 36.03 | 16.82 | 88.54 | - |
| YUV | 88.33 | 216.98 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 10 | 246 | 0.26 | 0.96 | 0 | 0.04 | 283.73 | 0.93 | 0.5 |
| Hex | B6 | A | F6 | 1A | 60 | 0 | 4 | 11C | 5D | 32 |
| Octal | 266 | 12 | 366 | 32 | 140 | 0 | 4 | 434 | 135 | 62 |
| Binary | 10110110 | 1010 | 11110110 | 11010 | 1100000 | 0 | 100 | 100011100 | 1011101 | 110010 |
Color Harmonies of #B60AF6
Complementary color
Monochromatic Colors of #B60AF6
Black with #B60AF6
Text Example
Text Example
White with #B60AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60AF6; }
p { color: rgb(182,10,246); }
H1.HeaderClassName
{
color: #B60AF6;
}
.AnyTagClassName
{
color: #B60AF6;
}
</style>
background-color css
<style>
a { background-color: #B60AF6; }
a { background-color: rgb(182,10,246); }
div.DivClassName
{
background-color: #B60AF6;
}
.BgClassName
{
background-color: #B60AF6;
}
</style>
border-color css
<style>
span { border-color: #B60AF6; }
span { border-color: rgb(182,10,246); }
td.TdClassName
{
border-color: #B60AF6;
}
.TagClassName
{
border-color: #B60AF6;
}
</style>