Shades of Electric Purple #B112F3
Tints of Electric Purple #B112F3
RGB
CMYK
RGB Variations
Color information
#B112F3 (or 0xB112F3) is known color: Electric Purple. HEX triplet: B1, 12 and F3. RGB value is (177,18,243). Sum of RGB (Red+Green+Blue) = 177+18+243=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #B112F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B112F3 is #4EED0C. Grayscale: #5A5A5A. Windows color (decimal): -5172493 or 15930033. OLE color: 15930033.
HSL color Cylindrical-coordinate representation of color #B112F3: hue angle of 282.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B112F3 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 18 | 243 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.05 |
| HSL | 282.4º | 0.9% | 0.51% | - |
| HSV(B) | 282.4º | 0.93% | 0.95% | - |
| XYZ | 34.53 | 16.25 | 86.11 | - |
| YUV | 91.19 | 213.68 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 243 | 0.27 | 0.93 | 0 | 0.05 | 282.4 | 0.9 | 0.51 |
| Hex | B1 | 12 | F3 | 1B | 5D | 0 | 5 | 11A | 5A | 33 |
| Octal | 261 | 22 | 363 | 33 | 135 | 0 | 5 | 432 | 132 | 63 |
| Binary | 10110001 | 10010 | 11110011 | 11011 | 1011101 | 0 | 101 | 100011010 | 1011010 | 110011 |
Color Harmonies of #B112F3
Complementary color
Monochromatic Colors of #B112F3
Black with #B112F3
Text Example
Text Example
White with #B112F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B112F3; }
p { color: rgb(177,18,243); }
H1.HeaderClassName
{
color: #B112F3;
}
.AnyTagClassName
{
color: #B112F3;
}
</style>
background-color css
<style>
a { background-color: #B112F3; }
a { background-color: rgb(177,18,243); }
div.DivClassName
{
background-color: #B112F3;
}
.BgClassName
{
background-color: #B112F3;
}
</style>
border-color css
<style>
span { border-color: #B112F3; }
span { border-color: rgb(177,18,243); }
td.TdClassName
{
border-color: #B112F3;
}
.TagClassName
{
border-color: #B112F3;
}
</style>