Shades of Electric Purple #B102F0
Tints of Electric Purple #B102F0
RGB
CMYK
RGB Variations
Color information
#B102F0 (or 0xB102F0) is known color: Electric Purple. HEX triplet: B1, 02 and F0. RGB value is (177,2,240). Sum of RGB (Red+Green+Blue) = 177+2+240=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #B102F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102F0 is #4EFD0F. Grayscale: #505050. Windows color (decimal): -5176592 or 15729329. OLE color: 15729329.
HSL color Cylindrical-coordinate representation of color #B102F0: hue angle of 284.12º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102F0 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 2 | 240 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.06 |
| HSL | 284.12º | 0.98% | 0.47% | - |
| HSV(B) | 284.12º | 0.99% | 0.94% | - |
| XYZ | 33.88 | 15.68 | 83.68 | - |
| YUV | 81.46 | 217.48 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 240 | 0.26 | 0.99 | 0 | 0.06 | 284.12 | 0.98 | 0.47 |
| Hex | B1 | 2 | F0 | 1A | 63 | 0 | 6 | 11C | 62 | 2F |
| Octal | 261 | 2 | 360 | 32 | 143 | 0 | 6 | 434 | 142 | 57 |
| Binary | 10110001 | 10 | 11110000 | 11010 | 1100011 | 0 | 110 | 100011100 | 1100010 | 101111 |
Color Harmonies of #B102F0
Complementary color
Monochromatic Colors of #B102F0
Black with #B102F0
Text Example
Text Example
White with #B102F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102F0; }
p { color: rgb(177,2,240); }
H1.HeaderClassName
{
color: #B102F0;
}
.AnyTagClassName
{
color: #B102F0;
}
</style>
background-color css
<style>
a { background-color: #B102F0; }
a { background-color: rgb(177,2,240); }
div.DivClassName
{
background-color: #B102F0;
}
.BgClassName
{
background-color: #B102F0;
}
</style>
border-color css
<style>
span { border-color: #B102F0; }
span { border-color: rgb(177,2,240); }
td.TdClassName
{
border-color: #B102F0;
}
.TagClassName
{
border-color: #B102F0;
}
</style>