Html Css Color HEX #BA1EE9 Electric Purple

📋 copy color: '#BA1EE9'

red 186 ◦ green 30 ◦ blue 233

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

Shades of Electric Purple #BA1EE9

Tints of Electric Purple #BA1EE9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.68%

 BLUE value IS 233 (91.41% from 255) = 51.89%

R = 41.43%
G = 6.68%
B = 51.89%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA1EE9 (or 0xBA1EE9) is known color: Electric Purple. HEX triplet: BA, 1E and E9. RGB value is (186,30,233). Sum of RGB (Red+Green+Blue) = 186+30+233=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA1EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EE9 is #45E116. Grayscale: #636363. Windows color (decimal): -4579607 or 15277754. OLE color: 15277754.

HSL color Cylindrical-coordinate representation of color #BA1EE9: hue angle of 286.11º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1EE9 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 30 233 -
CMYK 0.20 0.87 0 0.09
HSL 286.11º 0.82% 0.52% -
HSV(B) 286.11º 0.87% 0.91% -
XYZ 35.42 17.25 78.55 -
YUV 99.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 186 30 233 0.20 0.87 0 0.09 286.11 0.82 0.52
Hex BA 1E E9 14 57 0 9 11E 52 34
Octal 272 36 351 24 127 0 11 436 122 64
Binary 10111010 11110 11101001 10100 1010111 0 1001 100011110 1010010 110100

Color Harmonies of #BA1EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EE9

Black with #BA1EE9

Text Example


Text Example

White with #BA1EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EE9; }

 p { color: rgb(186,30,233); }

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

background-color css

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

 a { background-color: rgb(186,30,233); }

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

border-color css

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

 span { border-color: rgb(186,30,233); }

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