Shades of Electric Purple #B103FC
Tints of Electric Purple #B103FC
RGB
CMYK
RGB Variations
Color information
#B103FC (or 0xB103FC) is known color: Electric Purple. HEX triplet: B1, 03 and FC. RGB value is (177,3,252). Sum of RGB (Red+Green+Blue) = 177+3+252=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #B103FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B103FC is #4EFC03. Grayscale: #525252. Windows color (decimal): -5176324 or 16516017. OLE color: 16516017.
HSL color Cylindrical-coordinate representation of color #B103FC: hue angle of 281.93º 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 #B103FC is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 3 | 252 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.01 |
| HSL | 281.93º | 0.98% | 0.5% | - |
| HSV(B) | 281.93º | 0.99% | 0.99% | - |
| XYZ | 35.73 | 16.44 | 93.39 | - |
| YUV | 83.41 | 223.15 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 252 | 0.30 | 0.99 | 0 | 0.01 | 281.93 | 0.98 | 0.5 |
| Hex | B1 | 3 | FC | 1E | 63 | 0 | 1 | 11A | 62 | 32 |
| Octal | 261 | 3 | 374 | 36 | 143 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110001 | 11 | 11111100 | 11110 | 1100011 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B103FC
Complementary color
Monochromatic Colors of #B103FC
Black with #B103FC
Text Example
Text Example
White with #B103FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B103FC; }
p { color: rgb(177,3,252); }
H1.HeaderClassName
{
color: #B103FC;
}
.AnyTagClassName
{
color: #B103FC;
}
</style>
background-color css
<style>
a { background-color: #B103FC; }
a { background-color: rgb(177,3,252); }
div.DivClassName
{
background-color: #B103FC;
}
.BgClassName
{
background-color: #B103FC;
}
</style>
border-color css
<style>
span { border-color: #B103FC; }
span { border-color: rgb(177,3,252); }
td.TdClassName
{
border-color: #B103FC;
}
.TagClassName
{
border-color: #B103FC;
}
</style>