Shades of Electric Purple #B102FB
Tints of Electric Purple #B102FB
RGB
CMYK
RGB Variations
Color information
#B102FB (or 0xB102FB) is known color: Electric Purple. HEX triplet: B1, 02 and FB. RGB value is (177,2,251). Sum of RGB (Red+Green+Blue) = 177+2+251=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #B102FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102FB is #4EFD04. Grayscale: #515151. Windows color (decimal): -5176581 or 16450225. OLE color: 16450225.
HSL color Cylindrical-coordinate representation of color #B102FB: hue angle of 282.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102FB is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 2 | 251 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.02 |
| HSL | 282.17º | 0.98% | 0.5% | - |
| HSV(B) | 282.17º | 0.99% | 0.98% | - |
| XYZ | 35.57 | 16.36 | 92.55 | - |
| YUV | 82.71 | 222.98 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 251 | 0.29 | 0.99 | 0 | 0.02 | 282.17 | 0.98 | 0.5 |
| Hex | B1 | 2 | FB | 1D | 63 | 0 | 2 | 11A | 62 | 32 |
| Octal | 261 | 2 | 373 | 35 | 143 | 0 | 2 | 432 | 142 | 62 |
| Binary | 10110001 | 10 | 11111011 | 11101 | 1100011 | 0 | 10 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B102FB
Complementary color
Monochromatic Colors of #B102FB
Black with #B102FB
Text Example
Text Example
White with #B102FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102FB; }
p { color: rgb(177,2,251); }
H1.HeaderClassName
{
color: #B102FB;
}
.AnyTagClassName
{
color: #B102FB;
}
</style>
background-color css
<style>
a { background-color: #B102FB; }
a { background-color: rgb(177,2,251); }
div.DivClassName
{
background-color: #B102FB;
}
.BgClassName
{
background-color: #B102FB;
}
</style>
border-color css
<style>
span { border-color: #B102FB; }
span { border-color: rgb(177,2,251); }
td.TdClassName
{
border-color: #B102FB;
}
.TagClassName
{
border-color: #B102FB;
}
</style>