#ba27f5

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

Shades of Electric Purple #BA27F5

Tints of Electric Purple #BA27F5

Color information

#BA27F5 (or 0xBA27F5) is unknown color: approx Electric Purple. HEX triplet: BA, 27 and F5. RGB value is (186,39,245). Sum of RGB (Red+Green+Blue) = 186+39+245=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA27F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27F5 is #45D80A. Grayscale: #696969. Windows color (decimal): -4577291 or 16066490. OLE color: 16066490.

HSL color Cylindrical-coordinate representation of color #BA27F5: hue angle of 282.82º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA27F5 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18639245-
CMYK0.240.8400.04
HSL282.82º91.15%55.69%-
HSV(B)282.82º84.08%96.08%-
XYZ37.4618.4887.98-
YUV106.44206.2184.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 39 (15.62% from 255) = 8.30%
BLUE value IS 245 (96.09% from 255) = 52.13%
R=39.57%
G=8.30%
B=52.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186392450.240.8400.04282.8291.1555.69
HexBA27F518540411b5b38
Octal27247365301240443313370
Binary101110101001111111010111000101010001001000110111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba27f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba27f5; }

 p { color: rgb(186,39,245); }

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

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

 a { background-color: rgb(186,39,245); }

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

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

 span { border-color: rgb(186,39,245); }

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