Shades of Electric Purple #B103F0
Tints of Electric Purple #B103F0
RGB
CMYK
RGB Variations
Color information
#B103F0 (or 0xB103F0) is known color: Electric Purple. HEX triplet: B1, 03 and F0. RGB value is (177,3,240). Sum of RGB (Red+Green+Blue) = 177+3+240=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #B103F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103F0 is #4EFC0F. Grayscale: #515151. Windows color (decimal): -5176336 or 15729585. OLE color: 15729585.
HSL color Cylindrical-coordinate representation of color #B103F0: hue angle of 284.05º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103F0 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 3 | 240 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.06 |
| HSL | 284.05º | 0.98% | 0.48% | - |
| HSV(B) | 284.05º | 0.99% | 0.94% | - |
| XYZ | 33.89 | 15.7 | 83.68 | - |
| YUV | 82.04 | 217.15 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 240 | 0.26 | 0.99 | 0 | 0.06 | 284.05 | 0.98 | 0.48 |
| Hex | B1 | 3 | F0 | 1A | 63 | 0 | 6 | 11C | 62 | 30 |
| Octal | 261 | 3 | 360 | 32 | 143 | 0 | 6 | 434 | 142 | 60 |
| Binary | 10110001 | 11 | 11110000 | 11010 | 1100011 | 0 | 110 | 100011100 | 1100010 | 110000 |
Color Harmonies of #B103F0
Complementary color
Monochromatic Colors of #B103F0
Black with #B103F0
Text Example
Text Example
White with #B103F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103F0; }
p { color: rgb(177,3,240); }
H1.HeaderClassName
{
color: #B103F0;
}
.AnyTagClassName
{
color: #B103F0;
}
</style>
background-color css
<style>
a { background-color: #B103F0; }
a { background-color: rgb(177,3,240); }
div.DivClassName
{
background-color: #B103F0;
}
.BgClassName
{
background-color: #B103F0;
}
</style>
border-color css
<style>
span { border-color: #B103F0; }
span { border-color: rgb(177,3,240); }
td.TdClassName
{
border-color: #B103F0;
}
.TagClassName
{
border-color: #B103F0;
}
</style>