Shades of Electric Purple #B100FA
Tints of Electric Purple #B100FA
RGB
CMYK
RGB Variations
Color information
#B100FA (or 0xB100FA) is known color: Electric Purple. HEX triplet: B1, 00 and FA. RGB value is (177,0,250). Sum of RGB (Red+Green+Blue) = 177+0+250=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #B100FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100FA is #4EFF05. Grayscale: #505050. Windows color (decimal): -5177094 or 16384177. OLE color: 16384177.
HSL color Cylindrical-coordinate representation of color #B100FA: hue angle of 282.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100FA is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 0 | 250 | - |
| CMYK | 0.29 | 1 | 0 | 0.02 |
| HSL | 282.48º | 1% | 0.49% | - |
| HSV(B) | 282.48º | 1% | 0.98% | - |
| XYZ | 35.39 | 16.25 | 91.71 | - |
| YUV | 81.42 | 223.14 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 250 | 0.29 | 1 | 0 | 0.02 | 282.48 | 1 | 0.49 |
| Hex | B1 | 0 | FA | 1D | 64 | 0 | 2 | 11A | 64 | 31 |
| Octal | 261 | 0 | 372 | 35 | 144 | 0 | 2 | 432 | 144 | 61 |
| Binary | 10110001 | 0 | 11111010 | 11101 | 1100100 | 0 | 10 | 100011010 | 1100100 | 110001 |
Color Harmonies of #B100FA
Complementary color
Monochromatic Colors of #B100FA
Black with #B100FA
Text Example
Text Example
White with #B100FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100FA; }
p { color: rgb(177,0,250); }
H1.HeaderClassName
{
color: #B100FA;
}
.AnyTagClassName
{
color: #B100FA;
}
</style>
background-color css
<style>
a { background-color: #B100FA; }
a { background-color: rgb(177,0,250); }
div.DivClassName
{
background-color: #B100FA;
}
.BgClassName
{
background-color: #B100FA;
}
</style>
border-color css
<style>
span { border-color: #B100FA; }
span { border-color: rgb(177,0,250); }
td.TdClassName
{
border-color: #B100FA;
}
.TagClassName
{
border-color: #B100FA;
}
</style>