Html Css Color HEX #BA15FA Electric Purple

📋 copy color: '#BA15FA'

red 186 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #BA15FA

Tints of Electric Purple #BA15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.6%

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

R = 40.7%
G = 4.6%
B = 54.7%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA15FA (or 0xBA15FA) is known color: Electric Purple. HEX triplet: BA, 15 and FA. RGB value is (186,21,250). Sum of RGB (Red+Green+Blue) = 186+21+250=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA15FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15FA is #45EA05. Grayscale: #5F5F5F. Windows color (decimal): -4581894 or 16389562. OLE color: 16389562.

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

Color convert

RGB 186 21 250 -
CMYK 0.26 0.92 0 0.02
HSL 283.23º 0.96% 0.53% -
HSV(B) 283.23º 0.92% 0.98% -
XYZ 37.77 17.88 91.9 -
YUV 96.44 214.66 191.88 -
System Red Green Blue C M Y K H S L
Decimal 186 21 250 0.26 0.92 0 0.02 283.23 0.96 0.53
Hex BA 15 FA 1A 5C 0 2 11B 60 35
Octal 272 25 372 32 134 0 2 433 140 65
Binary 10111010 10101 11111010 11010 1011100 0 10 100011011 1100000 110101

Color Harmonies of #BA15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA15FA

Black with #BA15FA

Text Example


Text Example

White with #BA15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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