Shades of Electric Purple #BA23FD
Tints of Electric Purple #BA23FD
RGB
CMYK
RGB Variations
Color information
#BA23FD (or 0xBA23FD) is known color: Electric Purple. HEX triplet: BA, 23 and FD. RGB value is (186,35,253). Sum of RGB (Red+Green+Blue) = 186+35+253=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA23FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA23FD is #45DC02. Grayscale: #686868. Windows color (decimal): -4578307 or 16589754. OLE color: 16589754.
HSL color Cylindrical-coordinate representation of color #BA23FD: hue angle of 281.56º degrees, saturation: 0.98, 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 #BA23FD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 35 | 253 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.01 |
| HSL | 281.56º | 0.98% | 0.56% | - |
| HSV(B) | 281.56º | 0.86% | 0.99% | - |
| XYZ | 38.58 | 18.73 | 94.51 | - |
| YUV | 105 | 211.53 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 253 | 0.26 | 0.86 | 0 | 0.01 | 281.56 | 0.98 | 0.56 |
| Hex | BA | 23 | FD | 1A | 56 | 0 | 1 | 11A | 62 | 38 |
| Octal | 272 | 43 | 375 | 32 | 126 | 0 | 1 | 432 | 142 | 70 |
| Binary | 10111010 | 100011 | 11111101 | 11010 | 1010110 | 0 | 1 | 100011010 | 1100010 | 111000 |
Color Harmonies of #BA23FD
Complementary color
Monochromatic Colors of #BA23FD
Black with #BA23FD
Text Example
Text Example
White with #BA23FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23FD; }
p { color: rgb(186,35,253); }
H1.HeaderClassName
{
color: #BA23FD;
}
.AnyTagClassName
{
color: #BA23FD;
}
</style>
background-color css
<style>
a { background-color: #BA23FD; }
a { background-color: rgb(186,35,253); }
div.DivClassName
{
background-color: #BA23FD;
}
.BgClassName
{
background-color: #BA23FD;
}
</style>
border-color css
<style>
span { border-color: #BA23FD; }
span { border-color: rgb(186,35,253); }
td.TdClassName
{
border-color: #BA23FD;
}
.TagClassName
{
border-color: #BA23FD;
}
</style>