Html Css Color HEX #BA2CEE Electric Purple

📋 copy color: '#BA2CEE'

red 186 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #BA2CEE

Tints of Electric Purple #BA2CEE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.4%

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 39.74%
G = 9.4%
B = 50.85%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA2CEE (or 0xBA2CEE) is known color: Electric Purple. HEX triplet: BA, 2C and EE. RGB value is (186,44,238). Sum of RGB (Red+Green+Blue) = 186+44+238=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CEE is #45D311. Grayscale: #6B6B6B. Windows color (decimal): -4576018 or 15609018. OLE color: 15609018.

HSL color Cylindrical-coordinate representation of color #BA2CEE: hue angle of 283.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2CEE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 44 238 -
CMYK 0.22 0.82 0 0.07
HSL 283.92º 0.85% 0.55% -
HSV(B) 283.92º 0.82% 0.93% -
XYZ 36.58 18.41 82.51 -
YUV 108.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 186 44 238 0.22 0.82 0 0.07 283.92 0.85 0.55
Hex BA 2C EE 16 52 0 7 11C 55 37
Octal 272 54 356 26 122 0 7 434 125 67
Binary 10111010 101100 11101110 10110 1010010 0 111 100011100 1010101 110111

Color Harmonies of #BA2CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CEE

Black with #BA2CEE

Text Example


Text Example

White with #BA2CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CEE; }

 p { color: rgb(186,44,238); }

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

background-color css

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

 a { background-color: rgb(186,44,238); }

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

border-color css

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

 span { border-color: rgb(186,44,238); }

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