Shades of Electric Purple #BA1BF3
Tints of Electric Purple #BA1BF3
RGB
CMYK
RGB Variations
Color information
#BA1BF3 (or 0xBA1BF3) is known color: Electric Purple. HEX triplet: BA, 1B and F3. RGB value is (186,27,243). Sum of RGB (Red+Green+Blue) = 186+27+243=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA1BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BF3 is #45E40C. Grayscale: #626262. Windows color (decimal): -4580365 or 15932346. OLE color: 15932346.
HSL color Cylindrical-coordinate representation of color #BA1BF3: hue angle of 284.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1BF3 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 27 | 243 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.05 |
| HSL | 284.17º | 0.9% | 0.53% | - |
| HSV(B) | 284.17º | 0.89% | 0.95% | - |
| XYZ | 36.82 | 17.69 | 86.27 | - |
| YUV | 99.17 | 209.18 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 243 | 0.23 | 0.89 | 0 | 0.05 | 284.17 | 0.9 | 0.53 |
| Hex | BA | 1B | F3 | 17 | 59 | 0 | 5 | 11C | 5A | 35 |
| Octal | 272 | 33 | 363 | 27 | 131 | 0 | 5 | 434 | 132 | 65 |
| Binary | 10111010 | 11011 | 11110011 | 10111 | 1011001 | 0 | 101 | 100011100 | 1011010 | 110101 |
Color Harmonies of #BA1BF3
Complementary color
Monochromatic Colors of #BA1BF3
Black with #BA1BF3
Text Example
Text Example
White with #BA1BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BF3; }
p { color: rgb(186,27,243); }
H1.HeaderClassName
{
color: #BA1BF3;
}
.AnyTagClassName
{
color: #BA1BF3;
}
</style>
background-color css
<style>
a { background-color: #BA1BF3; }
a { background-color: rgb(186,27,243); }
div.DivClassName
{
background-color: #BA1BF3;
}
.BgClassName
{
background-color: #BA1BF3;
}
</style>
border-color css
<style>
span { border-color: #BA1BF3; }
span { border-color: rgb(186,27,243); }
td.TdClassName
{
border-color: #BA1BF3;
}
.TagClassName
{
border-color: #BA1BF3;
}
</style>