Shades of Electric Purple #BA17F4
Tints of Electric Purple #BA17F4
RGB
CMYK
RGB Variations
Color information
#BA17F4 (or 0xBA17F4) is known color: Electric Purple. HEX triplet: BA, 17 and F4. RGB value is (186,23,244). Sum of RGB (Red+Green+Blue) = 186+23+244=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 23 (9.38% from 255 or 5.08% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA17F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17F4 is #45E80B. Grayscale: #606060. Windows color (decimal): -4581388 or 15996858. OLE color: 15996858.
HSL color Cylindrical-coordinate representation of color #BA17F4: hue angle of 284.25º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA17F4 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 23 | 244 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.04 |
| HSL | 284.25º | 0.91% | 0.52% | - |
| HSV(B) | 284.25º | 0.91% | 0.96% | - |
| XYZ | 36.89 | 17.58 | 87.04 | - |
| YUV | 96.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 244 | 0.24 | 0.91 | 0 | 0.04 | 284.25 | 0.91 | 0.52 |
| Hex | BA | 17 | F4 | 18 | 5B | 0 | 4 | 11C | 5B | 34 |
| Octal | 272 | 27 | 364 | 30 | 133 | 0 | 4 | 434 | 133 | 64 |
| Binary | 10111010 | 10111 | 11110100 | 11000 | 1011011 | 0 | 100 | 100011100 | 1011011 | 110100 |
Color Harmonies of #BA17F4
Complementary color
Monochromatic Colors of #BA17F4
Black with #BA17F4
Text Example
Text Example
White with #BA17F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17F4; }
p { color: rgb(186,23,244); }
H1.HeaderClassName
{
color: #BA17F4;
}
.AnyTagClassName
{
color: #BA17F4;
}
</style>
background-color css
<style>
a { background-color: #BA17F4; }
a { background-color: rgb(186,23,244); }
div.DivClassName
{
background-color: #BA17F4;
}
.BgClassName
{
background-color: #BA17F4;
}
</style>
border-color css
<style>
span { border-color: #BA17F4; }
span { border-color: rgb(186,23,244); }
td.TdClassName
{
border-color: #BA17F4;
}
.TagClassName
{
border-color: #BA17F4;
}
</style>