Shades of Electric Purple #B10AF0
Tints of Electric Purple #B10AF0
RGB
CMYK
RGB Variations
Color information
#B10AF0 (or 0xB10AF0) is known color: Electric Purple. HEX triplet: B1, 0A and F0. RGB value is (177,10,240). Sum of RGB (Red+Green+Blue) = 177+10+240=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #B10AF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10AF0 is #4EF50F. Grayscale: #555555. Windows color (decimal): -5174544 or 15731377. OLE color: 15731377.
HSL color Cylindrical-coordinate representation of color #B10AF0: hue angle of 283.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10AF0 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 10 | 240 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.06 |
| HSL | 283.57º | 0.92% | 0.49% | - |
| HSV(B) | 283.57º | 0.96% | 0.94% | - |
| XYZ | 33.97 | 15.86 | 83.71 | - |
| YUV | 86.15 | 214.83 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 240 | 0.26 | 0.96 | 0 | 0.06 | 283.57 | 0.92 | 0.49 |
| Hex | B1 | A | F0 | 1A | 60 | 0 | 6 | 11C | 5C | 31 |
| Octal | 261 | 12 | 360 | 32 | 140 | 0 | 6 | 434 | 134 | 61 |
| Binary | 10110001 | 1010 | 11110000 | 11010 | 1100000 | 0 | 110 | 100011100 | 1011100 | 110001 |
Color Harmonies of #B10AF0
Complementary color
Monochromatic Colors of #B10AF0
Black with #B10AF0
Text Example
Text Example
White with #B10AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AF0; }
p { color: rgb(177,10,240); }
H1.HeaderClassName
{
color: #B10AF0;
}
.AnyTagClassName
{
color: #B10AF0;
}
</style>
background-color css
<style>
a { background-color: #B10AF0; }
a { background-color: rgb(177,10,240); }
div.DivClassName
{
background-color: #B10AF0;
}
.BgClassName
{
background-color: #B10AF0;
}
</style>
border-color css
<style>
span { border-color: #B10AF0; }
span { border-color: rgb(177,10,240); }
td.TdClassName
{
border-color: #B10AF0;
}
.TagClassName
{
border-color: #B10AF0;
}
</style>