Shades of Electric Purple #BA18F3
Tints of Electric Purple #BA18F3
RGB
CMYK
RGB Variations
Color information
#BA18F3 (or 0xBA18F3) is known color: Electric Purple. HEX triplet: BA, 18 and F3. RGB value is (186,24,243). Sum of RGB (Red+Green+Blue) = 186+24+243=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA18F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18F3 is #45E70C. Grayscale: #606060. Windows color (decimal): -4581133 or 15931578. OLE color: 15931578.
HSL color Cylindrical-coordinate representation of color #BA18F3: hue angle of 284.38º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA18F3 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 24 | 243 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.05 |
| HSL | 284.38º | 0.9% | 0.52% | - |
| HSV(B) | 284.38º | 0.9% | 0.95% | - |
| XYZ | 36.75 | 17.56 | 86.25 | - |
| YUV | 97.4 | 210.17 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 243 | 0.23 | 0.90 | 0 | 0.05 | 284.38 | 0.9 | 0.52 |
| Hex | BA | 18 | F3 | 17 | 5A | 0 | 5 | 11C | 5A | 34 |
| Octal | 272 | 30 | 363 | 27 | 132 | 0 | 5 | 434 | 132 | 64 |
| Binary | 10111010 | 11000 | 11110011 | 10111 | 1011010 | 0 | 101 | 100011100 | 1011010 | 110100 |
Color Harmonies of #BA18F3
Complementary color
Monochromatic Colors of #BA18F3
Black with #BA18F3
Text Example
Text Example
White with #BA18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18F3; }
p { color: rgb(186,24,243); }
H1.HeaderClassName
{
color: #BA18F3;
}
.AnyTagClassName
{
color: #BA18F3;
}
</style>
background-color css
<style>
a { background-color: #BA18F3; }
a { background-color: rgb(186,24,243); }
div.DivClassName
{
background-color: #BA18F3;
}
.BgClassName
{
background-color: #BA18F3;
}
</style>
border-color css
<style>
span { border-color: #BA18F3; }
span { border-color: rgb(186,24,243); }
td.TdClassName
{
border-color: #BA18F3;
}
.TagClassName
{
border-color: #BA18F3;
}
</style>