Shades of Electric Purple #B102FA
Tints of Electric Purple #B102FA
RGB
CMYK
RGB Variations
Color information
#B102FA (or 0xB102FA) is known color: Electric Purple. HEX triplet: B1, 02 and FA. RGB value is (177,2,250). Sum of RGB (Red+Green+Blue) = 177+2+250=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #B102FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102FA is #4EFD05. Grayscale: #515151. Windows color (decimal): -5176582 or 16384689. OLE color: 16384689.
HSL color Cylindrical-coordinate representation of color #B102FA: hue angle of 282.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102FA is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 2 | 250 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.02 |
| HSL | 282.34º | 0.98% | 0.49% | - |
| HSV(B) | 282.34º | 0.99% | 0.98% | - |
| XYZ | 35.41 | 16.29 | 91.72 | - |
| YUV | 82.6 | 222.48 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 250 | 0.29 | 0.99 | 0 | 0.02 | 282.34 | 0.98 | 0.49 |
| Hex | B1 | 2 | FA | 1D | 63 | 0 | 2 | 11A | 62 | 31 |
| Octal | 261 | 2 | 372 | 35 | 143 | 0 | 2 | 432 | 142 | 61 |
| Binary | 10110001 | 10 | 11111010 | 11101 | 1100011 | 0 | 10 | 100011010 | 1100010 | 110001 |
Color Harmonies of #B102FA
Complementary color
Monochromatic Colors of #B102FA
Black with #B102FA
Text Example
Text Example
White with #B102FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102FA; }
p { color: rgb(177,2,250); }
H1.HeaderClassName
{
color: #B102FA;
}
.AnyTagClassName
{
color: #B102FA;
}
</style>
background-color css
<style>
a { background-color: #B102FA; }
a { background-color: rgb(177,2,250); }
div.DivClassName
{
background-color: #B102FA;
}
.BgClassName
{
background-color: #B102FA;
}
</style>
border-color css
<style>
span { border-color: #B102FA; }
span { border-color: rgb(177,2,250); }
td.TdClassName
{
border-color: #B102FA;
}
.TagClassName
{
border-color: #B102FA;
}
</style>