#BA00FF

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

Shades of Electric Purple #BA00FF

Tints of Electric Purple #BA00FF

Color information

#BA00FF (or 0xBA00FF) is unknown color: approx Electric Purple. HEX triplet: BA, 00 and FF. RGB value is (186,0,255). Sum of RGB (Red+Green+Blue) = 186+0+255=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00FF is #45FF00. Grayscale: #535353. Windows color (decimal): -4587265 or 16711866. OLE color: 16711866.

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

Color convert

RGB1860255-
CMYK0.27100
HSL283.76º100%50%-
HSV(B)283.76º100%100%-
XYZ38.317.6696-
YUV84.68224.12200.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 57.82%
R=42.18%
G=0%
B=57.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18602550.27100283.7610050
HexBA0FF1B640011c6432
Octal2720377331440043414462
Binary10111010011111111110111100100001000111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA00FF; }

 p { color: rgb(186,0,255); }

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

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

 a { background-color: rgb(186,0,255); }

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

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

 span { border-color: rgb(186,0,255); }

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