Html Css Color HEX #BA1BE2 Electric Purple

📋 copy color: '#BA1BE2'

red 186 ◦ green 27 ◦ blue 226

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

Shades of Electric Purple #BA1BE2

Tints of Electric Purple #BA1BE2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

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

R = 42.37%
G = 6.15%
B = 51.48%

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

#BA1BE2 (or 0xBA1BE2) is known color: Electric Purple. HEX triplet: BA, 1B and E2. RGB value is (186,27,226). Sum of RGB (Red+Green+Blue) = 186+27+226=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 226 (88.67% from 255 or 51.48% from 439); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA1BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BE2 is #45E41D. Grayscale: #606060. Windows color (decimal): -4580382 or 14818234. OLE color: 14818234.

HSL color Cylindrical-coordinate representation of color #BA1BE2: hue angle of 287.94º degrees, saturation: 0.79, 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 #BA1BE2 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 27 226 -
CMYK 0.18 0.88 0 0.11
HSL 287.94º 0.79% 0.5% -
HSV(B) 287.94º 0.88% 0.89% -
XYZ 34.37 16.71 73.37 -
YUV 97.23 200.68 191.32 -
System Red Green Blue C M Y K H S L
Decimal 186 27 226 0.18 0.88 0 0.11 287.94 0.79 0.5
Hex BA 1B E2 12 58 0 B 120 4F 32
Octal 272 33 342 22 130 0 13 440 117 62
Binary 10111010 11011 11100010 10010 1011000 0 1011 100100000 1001111 110010

Color Harmonies of #BA1BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BE2

Black with #BA1BE2

Text Example


Text Example

White with #BA1BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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