Shades of Electric Purple #B103F2
Tints of Electric Purple #B103F2
RGB
CMYK
RGB Variations
Color information
#B103F2 (or 0xB103F2) is known color: Electric Purple. HEX triplet: B1, 03 and F2. RGB value is (177,3,242). Sum of RGB (Red+Green+Blue) = 177+3+242=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #B103F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103F2 is #4EFC0D. Grayscale: #515151. Windows color (decimal): -5176334 or 15860657. OLE color: 15860657.
HSL color Cylindrical-coordinate representation of color #B103F2: hue angle of 283.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B103F2 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 3 | 242 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.05 |
| HSL | 283.68º | 0.98% | 0.48% | - |
| HSV(B) | 283.68º | 0.99% | 0.95% | - |
| XYZ | 34.19 | 15.82 | 85.26 | - |
| YUV | 82.27 | 218.15 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 242 | 0.27 | 0.99 | 0 | 0.05 | 283.68 | 0.98 | 0.48 |
| Hex | B1 | 3 | F2 | 1B | 63 | 0 | 5 | 11C | 62 | 30 |
| Octal | 261 | 3 | 362 | 33 | 143 | 0 | 5 | 434 | 142 | 60 |
| Binary | 10110001 | 11 | 11110010 | 11011 | 1100011 | 0 | 101 | 100011100 | 1100010 | 110000 |
Color Harmonies of #B103F2
Complementary color
Monochromatic Colors of #B103F2
Black with #B103F2
Text Example
Text Example
White with #B103F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103F2; }
p { color: rgb(177,3,242); }
H1.HeaderClassName
{
color: #B103F2;
}
.AnyTagClassName
{
color: #B103F2;
}
</style>
background-color css
<style>
a { background-color: #B103F2; }
a { background-color: rgb(177,3,242); }
div.DivClassName
{
background-color: #B103F2;
}
.BgClassName
{
background-color: #B103F2;
}
</style>
border-color css
<style>
span { border-color: #B103F2; }
span { border-color: rgb(177,3,242); }
td.TdClassName
{
border-color: #B103F2;
}
.TagClassName
{
border-color: #B103F2;
}
</style>