Html Css Color HEX #BA28FA Electric Purple

📋 copy color: '#BA28FA'

red 186 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #BA28FA

Tints of Electric Purple #BA28FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.4%

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

R = 39.08%
G = 8.4%
B = 52.52%

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

#BA28FA (or 0xBA28FA) is known color: Electric Purple. HEX triplet: BA, 28 and FA. RGB value is (186,40,250). Sum of RGB (Red+Green+Blue) = 186+40+250=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA28FA is #45D705. Grayscale: #6A6A6A. Windows color (decimal): -4577030 or 16394426. OLE color: 16394426.

HSL color Cylindrical-coordinate representation of color #BA28FA: hue angle of 281.71º 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 #BA28FA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 40 250 -
CMYK 0.26 0.84 0 0.02
HSL 281.71º 0.95% 0.57% -
HSV(B) 281.71º 0.84% 0.98% -
XYZ 38.26 18.86 92.07 -
YUV 107.59 208.37 183.92 -
System Red Green Blue C M Y K H S L
Decimal 186 40 250 0.26 0.84 0 0.02 281.71 0.95 0.57
Hex BA 28 FA 1A 54 0 2 11A 5F 39
Octal 272 50 372 32 124 0 2 432 137 71
Binary 10111010 101000 11111010 11010 1010100 0 10 100011010 1011111 111001

Color Harmonies of #BA28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA28FA

Black with #BA28FA

Text Example


Text Example

White with #BA28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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