Shades of Electric Purple #B100F2
Tints of Electric Purple #B100F2
RGB
CMYK
RGB Variations
Color information
#B100F2 (or 0xB100F2) is known color: Electric Purple. HEX triplet: B1, 00 and F2. RGB value is (177,0,242). Sum of RGB (Red+Green+Blue) = 177+0+242=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #B100F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100F2 is #4EFF0D. Grayscale: #4F4F4F. Windows color (decimal): -5177102 or 15859889. OLE color: 15859889.
HSL color Cylindrical-coordinate representation of color #B100F2: hue angle of 283.88º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100F2 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 0 | 242 | - |
| CMYK | 0.27 | 1 | 0 | 0.05 |
| HSL | 283.88º | 1% | 0.47% | - |
| HSV(B) | 283.88º | 1% | 0.95% | - |
| XYZ | 34.16 | 15.76 | 85.25 | - |
| YUV | 80.51 | 219.14 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 242 | 0.27 | 1 | 0 | 0.05 | 283.88 | 1 | 0.47 |
| Hex | B1 | 0 | F2 | 1B | 64 | 0 | 5 | 11C | 64 | 2F |
| Octal | 261 | 0 | 362 | 33 | 144 | 0 | 5 | 434 | 144 | 57 |
| Binary | 10110001 | 0 | 11110010 | 11011 | 1100100 | 0 | 101 | 100011100 | 1100100 | 101111 |
Color Harmonies of #B100F2
Complementary color
Monochromatic Colors of #B100F2
Black with #B100F2
Text Example
Text Example
White with #B100F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100F2; }
p { color: rgb(177,0,242); }
H1.HeaderClassName
{
color: #B100F2;
}
.AnyTagClassName
{
color: #B100F2;
}
</style>
background-color css
<style>
a { background-color: #B100F2; }
a { background-color: rgb(177,0,242); }
div.DivClassName
{
background-color: #B100F2;
}
.BgClassName
{
background-color: #B100F2;
}
</style>
border-color css
<style>
span { border-color: #B100F2; }
span { border-color: rgb(177,0,242); }
td.TdClassName
{
border-color: #B100F2;
}
.TagClassName
{
border-color: #B100F2;
}
</style>