Shades of Electric Purple #B10FF2
Tints of Electric Purple #B10FF2
RGB
CMYK
RGB Variations
Color information
#B10FF2 (or 0xB10FF2) is known color: Electric Purple. HEX triplet: B1, 0F and F2. RGB value is (177,15,242). Sum of RGB (Red+Green+Blue) = 177+15+242=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #B10FF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FF2 is #4EF00D. Grayscale: #585858. Windows color (decimal): -5173262 or 15863729. OLE color: 15863729.
HSL color Cylindrical-coordinate representation of color #B10FF2: hue angle of 282.82º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FF2 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 15 | 242 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.05 |
| HSL | 282.82º | 0.9% | 0.5% | - |
| HSV(B) | 282.82º | 0.94% | 0.95% | - |
| XYZ | 34.33 | 16.1 | 85.3 | - |
| YUV | 89.32 | 214.17 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 15 | 242 | 0.27 | 0.94 | 0 | 0.05 | 282.82 | 0.9 | 0.5 |
| Hex | B1 | F | F2 | 1B | 5E | 0 | 5 | 11B | 5A | 32 |
| Octal | 261 | 17 | 362 | 33 | 136 | 0 | 5 | 433 | 132 | 62 |
| Binary | 10110001 | 1111 | 11110010 | 11011 | 1011110 | 0 | 101 | 100011011 | 1011010 | 110010 |
Color Harmonies of #B10FF2
Complementary color
Monochromatic Colors of #B10FF2
Black with #B10FF2
Text Example
Text Example
White with #B10FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10FF2; }
p { color: rgb(177,15,242); }
H1.HeaderClassName
{
color: #B10FF2;
}
.AnyTagClassName
{
color: #B10FF2;
}
</style>
background-color css
<style>
a { background-color: #B10FF2; }
a { background-color: rgb(177,15,242); }
div.DivClassName
{
background-color: #B10FF2;
}
.BgClassName
{
background-color: #B10FF2;
}
</style>
border-color css
<style>
span { border-color: #B10FF2; }
span { border-color: rgb(177,15,242); }
td.TdClassName
{
border-color: #B10FF2;
}
.TagClassName
{
border-color: #B10FF2;
}
</style>