#BA08F8

Color #BA08F8 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BA08F8

Tints of Electric Purple #BA08F8

Color information

#BA08F8 (or 0xBA08F8) is unknown color: approx Electric Purple. HEX triplet: BA, 08 and F8. RGB value is (186,8,248). Sum of RGB (Red+Green+Blue) = 186+8+248=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA08F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA08F8 is #45F707. Grayscale: #575757. Windows color (decimal): -4585224 or 16255162. OLE color: 16255162.

HSL color Cylindrical-coordinate representation of color #BA08F8: hue angle of 284.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA08F8 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1868248-
CMYK0.250.9700.03
HSL284.5º94.49%50.2%-
HSV(B)284.5º96.77%97.25%-
XYZ37.2817.3990.2-
YUV88.58217.97197.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 8 (3.52% from 255) = 1.81%
BLUE value IS 248 (97.27% from 255) = 56.11%
R=42.08%
G=1.81%
B=56.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal18682480.250.9700.03284.594.4950.2
HexBA8F819610311c5e32
Octal27210370311410343413662
Binary101110101000111110001100111000010111000111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA08F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA08F8; }

 p { color: rgb(186,8,248); }

 H1.HeaderClassName
 {
   color: #BA08F8;
 }
 .AnyTagClassName
 {
   color: #BA08F8;
 }
</style>
background-color css

<style>
 a { background-color: #BA08F8; }

 a { background-color: rgb(186,8,248); }

 div.DivClassName
 {
   background-color: #BA08F8;
 }
 .BgClassName
 {
   background-color: #BA08F8;
 }
</style>
border-color css

<style>
 span { border-color: #BA08F8; }

 span { border-color: rgb(186,8,248); }

 td.TdClassName
 {
   border-color: #BA08F8;
 }
 .TagClassName
 {
   border-color: #BA08F8;
 }
</style>