Shades of Electric Purple #B103FE
Tints of Electric Purple #B103FE
RGB
CMYK
RGB Variations
Color information
#B103FE (or 0xB103FE) is known color: Electric Purple. HEX triplet: B1, 03 and FE. RGB value is (177,3,254). Sum of RGB (Red+Green+Blue) = 177+3+254=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #B103FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103FE is #4EFC01. Grayscale: #525252. Windows color (decimal): -5176322 or 16647089. OLE color: 16647089.
HSL color Cylindrical-coordinate representation of color #B103FE: hue angle of 281.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103FE is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 3 | 254 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.00 |
| HSL | 281.59º | 0.99% | 0.5% | - |
| HSV(B) | 281.59º | 0.99% | 1% | - |
| XYZ | 36.05 | 16.57 | 95.06 | - |
| YUV | 83.64 | 224.15 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 254 | 0.30 | 0.99 | 0 | 0.00 | 281.59 | 0.99 | 0.5 |
| Hex | B1 | 3 | FE | 1E | 63 | 0 | 0 | 11A | 63 | 32 |
| Octal | 261 | 3 | 376 | 36 | 143 | 0 | 0 | 432 | 143 | 62 |
| Binary | 10110001 | 11 | 11111110 | 11110 | 1100011 | 0 | 0 | 100011010 | 1100011 | 110010 |
Color Harmonies of #B103FE
Complementary color
Monochromatic Colors of #B103FE
Black with #B103FE
Text Example
Text Example
White with #B103FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103FE; }
p { color: rgb(177,3,254); }
H1.HeaderClassName
{
color: #B103FE;
}
.AnyTagClassName
{
color: #B103FE;
}
</style>
background-color css
<style>
a { background-color: #B103FE; }
a { background-color: rgb(177,3,254); }
div.DivClassName
{
background-color: #B103FE;
}
.BgClassName
{
background-color: #B103FE;
}
</style>
border-color css
<style>
span { border-color: #B103FE; }
span { border-color: rgb(177,3,254); }
td.TdClassName
{
border-color: #B103FE;
}
.TagClassName
{
border-color: #B103FE;
}
</style>