Shades of Electric Purple #B100F3
Tints of Electric Purple #B100F3
RGB
CMYK
RGB Variations
Color information
#B100F3 (or 0xB100F3) is known color: Electric Purple. HEX triplet: B1, 00 and F3. RGB value is (177,0,243). Sum of RGB (Red+Green+Blue) = 177+0+243=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #B100F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B100F3 is #4EFF0C. Grayscale: #4F4F4F. Windows color (decimal): -5177101 or 15925425. OLE color: 15925425.
HSL color Cylindrical-coordinate representation of color #B100F3: hue angle of 283.7º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B100F3 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 0 | 243 | - |
| CMYK | 0.27 | 1 | 0 | 0.05 |
| HSL | 283.7º | 1% | 0.48% | - |
| HSV(B) | 283.7º | 1% | 0.95% | - |
| XYZ | 34.31 | 15.82 | 86.04 | - |
| YUV | 80.63 | 219.64 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 243 | 0.27 | 1 | 0 | 0.05 | 283.7 | 1 | 0.48 |
| Hex | B1 | 0 | F3 | 1B | 64 | 0 | 5 | 11C | 64 | 30 |
| Octal | 261 | 0 | 363 | 33 | 144 | 0 | 5 | 434 | 144 | 60 |
| Binary | 10110001 | 0 | 11110011 | 11011 | 1100100 | 0 | 101 | 100011100 | 1100100 | 110000 |
Color Harmonies of #B100F3
Complementary color
Monochromatic Colors of #B100F3
Black with #B100F3
Text Example
Text Example
White with #B100F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B100F3; }
p { color: rgb(177,0,243); }
H1.HeaderClassName
{
color: #B100F3;
}
.AnyTagClassName
{
color: #B100F3;
}
</style>
background-color css
<style>
a { background-color: #B100F3; }
a { background-color: rgb(177,0,243); }
div.DivClassName
{
background-color: #B100F3;
}
.BgClassName
{
background-color: #B100F3;
}
</style>
border-color css
<style>
span { border-color: #B100F3; }
span { border-color: rgb(177,0,243); }
td.TdClassName
{
border-color: #B100F3;
}
.TagClassName
{
border-color: #B100F3;
}
</style>