Shades of Electric Purple #B10DF0
Tints of Electric Purple #B10DF0
RGB
CMYK
RGB Variations
Color information
#B10DF0 (or 0xB10DF0) is known color: Electric Purple. HEX triplet: B1, 0D and F0. RGB value is (177,13,240). Sum of RGB (Red+Green+Blue) = 177+13+240=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #B10DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10DF0 is #4EF20F. Grayscale: #575757. Windows color (decimal): -5173776 or 15732145. OLE color: 15732145.
HSL color Cylindrical-coordinate representation of color #B10DF0: hue angle of 283.35º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10DF0 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 13 | 240 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.06 |
| HSL | 283.35º | 0.9% | 0.5% | - |
| HSV(B) | 283.35º | 0.95% | 0.94% | - |
| XYZ | 34 | 15.93 | 83.72 | - |
| YUV | 87.91 | 213.83 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 240 | 0.26 | 0.95 | 0 | 0.06 | 283.35 | 0.9 | 0.5 |
| Hex | B1 | D | F0 | 1A | 5F | 0 | 6 | 11B | 5A | 32 |
| Octal | 261 | 15 | 360 | 32 | 137 | 0 | 6 | 433 | 132 | 62 |
| Binary | 10110001 | 1101 | 11110000 | 11010 | 1011111 | 0 | 110 | 100011011 | 1011010 | 110010 |
Color Harmonies of #B10DF0
Complementary color
Monochromatic Colors of #B10DF0
Black with #B10DF0
Text Example
Text Example
White with #B10DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DF0; }
p { color: rgb(177,13,240); }
H1.HeaderClassName
{
color: #B10DF0;
}
.AnyTagClassName
{
color: #B10DF0;
}
</style>
background-color css
<style>
a { background-color: #B10DF0; }
a { background-color: rgb(177,13,240); }
div.DivClassName
{
background-color: #B10DF0;
}
.BgClassName
{
background-color: #B10DF0;
}
</style>
border-color css
<style>
span { border-color: #B10DF0; }
span { border-color: rgb(177,13,240); }
td.TdClassName
{
border-color: #B10DF0;
}
.TagClassName
{
border-color: #B10DF0;
}
</style>