Shades of Electric Purple #B103FD
Tints of Electric Purple #B103FD
RGB
CMYK
RGB Variations
Color information
#B103FD (or 0xB103FD) is known color: Electric Purple. HEX triplet: B1, 03 and FD. RGB value is (177,3,253). Sum of RGB (Red+Green+Blue) = 177+3+253=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #B103FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103FD is #4EFC02. Grayscale: #525252. Windows color (decimal): -5176323 or 16581553. OLE color: 16581553.
HSL color Cylindrical-coordinate representation of color #B103FD: hue angle of 281.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103FD is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 3 | 253 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.01 |
| HSL | 281.76º | 0.98% | 0.5% | - |
| HSV(B) | 281.76º | 0.99% | 0.99% | - |
| XYZ | 35.89 | 16.5 | 94.22 | - |
| YUV | 83.53 | 223.65 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 253 | 0.30 | 0.99 | 0 | 0.01 | 281.76 | 0.98 | 0.5 |
| Hex | B1 | 3 | FD | 1E | 63 | 0 | 1 | 11A | 62 | 32 |
| Octal | 261 | 3 | 375 | 36 | 143 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110001 | 11 | 11111101 | 11110 | 1100011 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B103FD
Complementary color
Monochromatic Colors of #B103FD
Black with #B103FD
Text Example
Text Example
White with #B103FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103FD; }
p { color: rgb(177,3,253); }
H1.HeaderClassName
{
color: #B103FD;
}
.AnyTagClassName
{
color: #B103FD;
}
</style>
background-color css
<style>
a { background-color: #B103FD; }
a { background-color: rgb(177,3,253); }
div.DivClassName
{
background-color: #B103FD;
}
.BgClassName
{
background-color: #B103FD;
}
</style>
border-color css
<style>
span { border-color: #B103FD; }
span { border-color: rgb(177,3,253); }
td.TdClassName
{
border-color: #B103FD;
}
.TagClassName
{
border-color: #B103FD;
}
</style>