Shades of Electric Purple #B112F6
Tints of Electric Purple #B112F6
RGB
CMYK
RGB Variations
Color information
#B112F6 (or 0xB112F6) is known color: Electric Purple. HEX triplet: B1, 12 and F6. RGB value is (177,18,246). Sum of RGB (Red+Green+Blue) = 177+18+246=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #B112F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112F6 is #4EED09. Grayscale: #5A5A5A. Windows color (decimal): -5172490 or 16126641. OLE color: 16126641.
HSL color Cylindrical-coordinate representation of color #B112F6: hue angle of 281.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B112F6 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 18 | 246 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.04 |
| HSL | 281.84º | 0.93% | 0.52% | - |
| HSV(B) | 281.84º | 0.93% | 0.96% | - |
| XYZ | 34.98 | 16.43 | 88.52 | - |
| YUV | 91.53 | 215.18 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 246 | 0.28 | 0.93 | 0 | 0.04 | 281.84 | 0.93 | 0.52 |
| Hex | B1 | 12 | F6 | 1C | 5D | 0 | 4 | 11A | 5D | 34 |
| Octal | 261 | 22 | 366 | 34 | 135 | 0 | 4 | 432 | 135 | 64 |
| Binary | 10110001 | 10010 | 11110110 | 11100 | 1011101 | 0 | 100 | 100011010 | 1011101 | 110100 |
Color Harmonies of #B112F6
Complementary color
Monochromatic Colors of #B112F6
Black with #B112F6
Text Example
Text Example
White with #B112F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112F6; }
p { color: rgb(177,18,246); }
H1.HeaderClassName
{
color: #B112F6;
}
.AnyTagClassName
{
color: #B112F6;
}
</style>
background-color css
<style>
a { background-color: #B112F6; }
a { background-color: rgb(177,18,246); }
div.DivClassName
{
background-color: #B112F6;
}
.BgClassName
{
background-color: #B112F6;
}
</style>
border-color css
<style>
span { border-color: #B112F6; }
span { border-color: rgb(177,18,246); }
td.TdClassName
{
border-color: #B112F6;
}
.TagClassName
{
border-color: #B112F6;
}
</style>