Html Css Color HEX #BA09EC Electric Purple

📋 copy color: '#BA09EC'

red 186 ◦ green 9 ◦ blue 236

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

Shades of Electric Purple #BA09EC

Tints of Electric Purple #BA09EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.76%

R = 43.16%
G = 2.09%
B = 54.76%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA09EC (or 0xBA09EC) is known color: Electric Purple. HEX triplet: BA, 09 and EC. RGB value is (186,9,236). Sum of RGB (Red+Green+Blue) = 186+9+236=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA09EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09EC is #45F613. Grayscale: #575757. Windows color (decimal): -4584980 or 15468986. OLE color: 15468986.

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

Color convert

RGB 186 9 236 -
CMYK 0.21 0.96 0 0.07
HSL 286.78º 0.93% 0.48% -
HSV(B) 286.78º 0.96% 0.93% -
XYZ 35.49 16.69 80.71 -
YUV 87.8 211.64 198.04 -
System Red Green Blue C M Y K H S L
Decimal 186 9 236 0.21 0.96 0 0.07 286.78 0.93 0.48
Hex BA 9 EC 15 60 0 7 11F 5D 30
Octal 272 11 354 25 140 0 7 437 135 60
Binary 10111010 1001 11101100 10101 1100000 0 111 100011111 1011101 110000

Color Harmonies of #BA09EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09EC

Black with #BA09EC

Text Example


Text Example

White with #BA09EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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