Shades of Electric Purple #B10AF3
Tints of Electric Purple #B10AF3
RGB
CMYK
RGB Variations
Color information
#B10AF3 (or 0xB10AF3) is known color: Electric Purple. HEX triplet: B1, 0A and F3. RGB value is (177,10,243). Sum of RGB (Red+Green+Blue) = 177+10+243=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #B10AF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10AF3 is #4EF50C. Grayscale: #555555. Windows color (decimal): -5174541 or 15927985. OLE color: 15927985.
HSL color Cylindrical-coordinate representation of color #B10AF3: hue angle of 283º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10AF3 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 10 | 243 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.05 |
| HSL | 283º | 0.92% | 0.5% | - |
| HSV(B) | 283º | 0.96% | 0.95% | - |
| XYZ | 34.42 | 16.04 | 86.08 | - |
| YUV | 86.5 | 216.33 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 10 | 243 | 0.27 | 0.96 | 0 | 0.05 | 283 | 0.92 | 0.5 |
| Hex | B1 | A | F3 | 1B | 60 | 0 | 5 | 11B | 5C | 32 |
| Octal | 261 | 12 | 363 | 33 | 140 | 0 | 5 | 433 | 134 | 62 |
| Binary | 10110001 | 1010 | 11110011 | 11011 | 1100000 | 0 | 101 | 100011011 | 1011100 | 110010 |
Color Harmonies of #B10AF3
Complementary color
Monochromatic Colors of #B10AF3
Black with #B10AF3
Text Example
Text Example
White with #B10AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10AF3; }
p { color: rgb(177,10,243); }
H1.HeaderClassName
{
color: #B10AF3;
}
.AnyTagClassName
{
color: #B10AF3;
}
</style>
background-color css
<style>
a { background-color: #B10AF3; }
a { background-color: rgb(177,10,243); }
div.DivClassName
{
background-color: #B10AF3;
}
.BgClassName
{
background-color: #B10AF3;
}
</style>
border-color css
<style>
span { border-color: #B10AF3; }
span { border-color: rgb(177,10,243); }
td.TdClassName
{
border-color: #B10AF3;
}
.TagClassName
{
border-color: #B10AF3;
}
</style>