Shades of Electric Purple #B10DF6
Tints of Electric Purple #B10DF6
RGB
CMYK
RGB Variations
Color information
#B10DF6 (or 0xB10DF6) is known color: Electric Purple. HEX triplet: B1, 0D and F6. RGB value is (177,13,246). Sum of RGB (Red+Green+Blue) = 177+13+246=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #B10DF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10DF6 is #4EF209. Grayscale: #575757. Windows color (decimal): -5173770 or 16125361. OLE color: 16125361.
HSL color Cylindrical-coordinate representation of color #B10DF6: hue angle of 282.23º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10DF6 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 13 | 246 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.04 |
| HSL | 282.23º | 0.93% | 0.51% | - |
| HSV(B) | 282.23º | 0.95% | 0.96% | - |
| XYZ | 34.91 | 16.29 | 88.49 | - |
| YUV | 88.6 | 216.83 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 246 | 0.28 | 0.95 | 0 | 0.04 | 282.23 | 0.93 | 0.51 |
| Hex | B1 | D | F6 | 1C | 5F | 0 | 4 | 11A | 5D | 33 |
| Octal | 261 | 15 | 366 | 34 | 137 | 0 | 4 | 432 | 135 | 63 |
| Binary | 10110001 | 1101 | 11110110 | 11100 | 1011111 | 0 | 100 | 100011010 | 1011101 | 110011 |
Color Harmonies of #B10DF6
Complementary color
Monochromatic Colors of #B10DF6
Black with #B10DF6
Text Example
Text Example
White with #B10DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10DF6; }
p { color: rgb(177,13,246); }
H1.HeaderClassName
{
color: #B10DF6;
}
.AnyTagClassName
{
color: #B10DF6;
}
</style>
background-color css
<style>
a { background-color: #B10DF6; }
a { background-color: rgb(177,13,246); }
div.DivClassName
{
background-color: #B10DF6;
}
.BgClassName
{
background-color: #B10DF6;
}
</style>
border-color css
<style>
span { border-color: #B10DF6; }
span { border-color: rgb(177,13,246); }
td.TdClassName
{
border-color: #B10DF6;
}
.TagClassName
{
border-color: #B10DF6;
}
</style>