Html Css Color HEX #BA27FA Electric Purple

📋 copy color: '#BA27FA'

red 186 ◦ green 39 ◦ blue 250

#BA27FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #BA27FA

Tints of Electric Purple #BA27FA

RGB

 RED value IS 186 (73.05% from 255) = 39.16%

 GREEN value IS 39 (15.63% from 255) = 8.21%

 BLUE value IS 250 (98.05% from 255) = 52.63%

R = 39.16%
G = 8.21%
B = 52.63%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA27FA (or 0xBA27FA) is known color: Electric Purple. HEX triplet: BA, 27 and FA. RGB value is (186,39,250). Sum of RGB (Red+Green+Blue) = 186+39+250=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27FA is #45D805. Grayscale: #6A6A6A. Windows color (decimal): -4577286 or 16394170. OLE color: 16394170.

HSL color Cylindrical-coordinate representation of color #BA27FA: hue angle of 281.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA27FA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 39 250 -
CMYK 0.26 0.84 0 0.02
HSL 281.8º 0.95% 0.57% -
HSV(B) 281.8º 0.84% 0.98% -
XYZ 38.23 18.79 92.05 -
YUV 107.01 208.7 184.34 -
System Red Green Blue C M Y K H S L
Decimal 186 39 250 0.26 0.84 0 0.02 281.8 0.95 0.57
Hex BA 27 FA 1A 54 0 2 11A 5F 39
Octal 272 47 372 32 124 0 2 432 137 71
Binary 10111010 100111 11111010 11010 1010100 0 10 100011010 1011111 111001

Color Harmonies of #BA27FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27FA

Black with #BA27FA

Text Example


Text Example

White with #BA27FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27FA; }

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

 H1.HeaderClassName
 {
   color: #BA27FA;
 }
 .AnyTagClassName
 {
   color: #BA27FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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