Html Css Color HEX #BA1CEA Electric Purple

📋 copy color: '#BA1CEA'

red 186 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #BA1CEA

Tints of Electric Purple #BA1CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

 BLUE value IS 234 (91.8% from 255) = 52.23%

R = 41.52%
G = 6.25%
B = 52.23%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA1CEA (or 0xBA1CEA) is known color: Electric Purple. HEX triplet: BA, 1C and EA. RGB value is (186,28,234). Sum of RGB (Red+Green+Blue) = 186+28+234=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA1CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CEA is #45E315. Grayscale: #626262. Windows color (decimal): -4580118 or 15342778. OLE color: 15342778.

HSL color Cylindrical-coordinate representation of color #BA1CEA: hue angle of 286.02º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1CEA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 28 234 -
CMYK 0.21 0.88 0 0.08
HSL 286.02º 0.83% 0.51% -
HSV(B) 286.02º 0.88% 0.92% -
XYZ 35.52 17.21 79.29 -
YUV 98.73 204.35 190.25 -
System Red Green Blue C M Y K H S L
Decimal 186 28 234 0.21 0.88 0 0.08 286.02 0.83 0.51
Hex BA 1C EA 15 58 0 8 11E 53 33
Octal 272 34 352 25 130 0 10 436 123 63
Binary 10111010 11100 11101010 10101 1011000 0 1000 100011110 1010011 110011

Color Harmonies of #BA1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CEA

Black with #BA1CEA

Text Example


Text Example

White with #BA1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CEA; }

 p { color: rgb(186,28,234); }

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

background-color css

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

 a { background-color: rgb(186,28,234); }

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

border-color css

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

 span { border-color: rgb(186,28,234); }

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