Shades of Electric Purple #B112FC
Tints of Electric Purple #B112FC
RGB
CMYK
RGB Variations
Color information
#B112FC (or 0xB112FC) is known color: Electric Purple. HEX triplet: B1, 12 and FC. RGB value is (177,18,252). Sum of RGB (Red+Green+Blue) = 177+18+252=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #B112FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112FC is #4EED03. Grayscale: #5B5B5B. Windows color (decimal): -5172484 or 16519857. OLE color: 16519857.
HSL color Cylindrical-coordinate representation of color #B112FC: hue angle of 280.77º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B112FC is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 18 | 252 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.01 |
| HSL | 280.77º | 0.98% | 0.53% | - |
| HSV(B) | 280.77º | 0.93% | 0.99% | - |
| XYZ | 35.92 | 16.81 | 93.45 | - |
| YUV | 92.22 | 218.18 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 252 | 0.30 | 0.93 | 0 | 0.01 | 280.77 | 0.98 | 0.53 |
| Hex | B1 | 12 | FC | 1E | 5D | 0 | 1 | 119 | 62 | 35 |
| Octal | 261 | 22 | 374 | 36 | 135 | 0 | 1 | 431 | 142 | 65 |
| Binary | 10110001 | 10010 | 11111100 | 11110 | 1011101 | 0 | 1 | 100011001 | 1100010 | 110101 |
Color Harmonies of #B112FC
Complementary color
Monochromatic Colors of #B112FC
Black with #B112FC
Text Example
Text Example
White with #B112FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112FC; }
p { color: rgb(177,18,252); }
H1.HeaderClassName
{
color: #B112FC;
}
.AnyTagClassName
{
color: #B112FC;
}
</style>
background-color css
<style>
a { background-color: #B112FC; }
a { background-color: rgb(177,18,252); }
div.DivClassName
{
background-color: #B112FC;
}
.BgClassName
{
background-color: #B112FC;
}
</style>
border-color css
<style>
span { border-color: #B112FC; }
span { border-color: rgb(177,18,252); }
td.TdClassName
{
border-color: #B112FC;
}
.TagClassName
{
border-color: #B112FC;
}
</style>