Html Css Color HEX #BA1CE2 Electric Purple

📋 copy color: '#BA1CE2'

red 186 ◦ green 28 ◦ blue 226

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

Shades of Electric Purple #BA1CE2

Tints of Electric Purple #BA1CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.36%

R = 42.27%
G = 6.36%
B = 51.36%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA1CE2 (or 0xBA1CE2) is known color: Electric Purple. HEX triplet: BA, 1C and E2. RGB value is (186,28,226). Sum of RGB (Red+Green+Blue) = 186+28+226=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA1CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CE2 is #45E31D. Grayscale: #616161. Windows color (decimal): -4580126 or 14818490. OLE color: 14818490.

HSL color Cylindrical-coordinate representation of color #BA1CE2: hue angle of 287.88º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1CE2 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 28 226 -
CMYK 0.18 0.88 0 0.11
HSL 287.88º 0.78% 0.5% -
HSV(B) 287.88º 0.88% 0.89% -
XYZ 34.39 16.76 73.37 -
YUV 97.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 186 28 226 0.18 0.88 0 0.11 287.88 0.78 0.5
Hex BA 1C E2 12 58 0 B 120 4E 32
Octal 272 34 342 22 130 0 13 440 116 62
Binary 10111010 11100 11100010 10010 1011000 0 1011 100100000 1001110 110010

Color Harmonies of #BA1CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CE2

Black with #BA1CE2

Text Example


Text Example

White with #BA1CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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