Shades of Electric Purple #B10AF8
Tints of Electric Purple #B10AF8
RGB
CMYK
RGB Variations
Color information
#B10AF8 (or 0xB10AF8) is known color: Electric Purple. HEX triplet: B1, 0A and F8. RGB value is (177,10,248). Sum of RGB (Red+Green+Blue) = 177+10+248=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #B10AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10AF8 is #4EF507. Grayscale: #565656. Windows color (decimal): -5174536 or 16255665. OLE color: 16255665.
HSL color Cylindrical-coordinate representation of color #B10AF8: hue angle of 282.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10AF8 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 10 | 248 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.03 |
| HSL | 282.1º | 0.94% | 0.51% | - |
| HSV(B) | 282.1º | 0.96% | 0.97% | - |
| XYZ | 35.18 | 16.34 | 90.11 | - |
| YUV | 87.07 | 218.83 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 248 | 0.29 | 0.96 | 0 | 0.03 | 282.1 | 0.94 | 0.51 |
| Hex | B1 | A | F8 | 1D | 60 | 0 | 3 | 11A | 5E | 33 |
| Octal | 261 | 12 | 370 | 35 | 140 | 0 | 3 | 432 | 136 | 63 |
| Binary | 10110001 | 1010 | 11111000 | 11101 | 1100000 | 0 | 11 | 100011010 | 1011110 | 110011 |
Color Harmonies of #B10AF8
Complementary color
Monochromatic Colors of #B10AF8
Black with #B10AF8
Text Example
Text Example
White with #B10AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AF8; }
p { color: rgb(177,10,248); }
H1.HeaderClassName
{
color: #B10AF8;
}
.AnyTagClassName
{
color: #B10AF8;
}
</style>
background-color css
<style>
a { background-color: #B10AF8; }
a { background-color: rgb(177,10,248); }
div.DivClassName
{
background-color: #B10AF8;
}
.BgClassName
{
background-color: #B10AF8;
}
</style>
border-color css
<style>
span { border-color: #B10AF8; }
span { border-color: rgb(177,10,248); }
td.TdClassName
{
border-color: #B10AF8;
}
.TagClassName
{
border-color: #B10AF8;
}
</style>