Shades of Electric Purple #BA23FC
Tints of Electric Purple #BA23FC
RGB
CMYK
RGB Variations
Color information
#BA23FC (or 0xBA23FC) is known color: Electric Purple. HEX triplet: BA, 23 and FC. RGB value is (186,35,252). Sum of RGB (Red+Green+Blue) = 186+35+252=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA23FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA23FC is #45DC03. Grayscale: #686868. Windows color (decimal): -4578308 or 16524218. OLE color: 16524218.
HSL color Cylindrical-coordinate representation of color #BA23FC: hue angle of 281.75º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA23FC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 35 | 252 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.01 |
| HSL | 281.75º | 0.97% | 0.56% | - |
| HSV(B) | 281.75º | 0.86% | 0.99% | - |
| XYZ | 38.42 | 18.67 | 93.67 | - |
| YUV | 104.89 | 211.03 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 252 | 0.26 | 0.86 | 0 | 0.01 | 281.75 | 0.97 | 0.56 |
| Hex | BA | 23 | FC | 1A | 56 | 0 | 1 | 11A | 61 | 38 |
| Octal | 272 | 43 | 374 | 32 | 126 | 0 | 1 | 432 | 141 | 70 |
| Binary | 10111010 | 100011 | 11111100 | 11010 | 1010110 | 0 | 1 | 100011010 | 1100001 | 111000 |
Color Harmonies of #BA23FC
Complementary color
Monochromatic Colors of #BA23FC
Black with #BA23FC
Text Example
Text Example
White with #BA23FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23FC; }
p { color: rgb(186,35,252); }
H1.HeaderClassName
{
color: #BA23FC;
}
.AnyTagClassName
{
color: #BA23FC;
}
</style>
background-color css
<style>
a { background-color: #BA23FC; }
a { background-color: rgb(186,35,252); }
div.DivClassName
{
background-color: #BA23FC;
}
.BgClassName
{
background-color: #BA23FC;
}
</style>
border-color css
<style>
span { border-color: #BA23FC; }
span { border-color: rgb(186,35,252); }
td.TdClassName
{
border-color: #BA23FC;
}
.TagClassName
{
border-color: #BA23FC;
}
</style>