Html Css Color HEX #BA09EA Electric Purple

📋 copy color: '#BA09EA'

red 186 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #BA09EA

Tints of Electric Purple #BA09EA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.1%

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

R = 43.36%
G = 2.1%
B = 54.55%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA09EA (or 0xBA09EA) is known color: Electric Purple. HEX triplet: BA, 09 and EA. RGB value is (186,9,234). Sum of RGB (Red+Green+Blue) = 186+9+234=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09EA is #45F615. Grayscale: #565656. Windows color (decimal): -4584982 or 15337914. OLE color: 15337914.

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

Color convert

RGB 186 9 234 -
CMYK 0.21 0.96 0 0.08
HSL 287.2º 0.93% 0.48% -
HSV(B) 287.2º 0.96% 0.92% -
XYZ 35.2 16.57 79.19 -
YUV 87.57 210.64 198.2 -
System Red Green Blue C M Y K H S L
Decimal 186 9 234 0.21 0.96 0 0.08 287.2 0.93 0.48
Hex BA 9 EA 15 60 0 8 11F 5D 30
Octal 272 11 352 25 140 0 10 437 135 60
Binary 10111010 1001 11101010 10101 1100000 0 1000 100011111 1011101 110000

Color Harmonies of #BA09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09EA

Black with #BA09EA

Text Example


Text Example

White with #BA09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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