Html Css Color HEX #BA0AEC Electric Purple

📋 copy color: '#BA0AEC'

red 186 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #BA0AEC

Tints of Electric Purple #BA0AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.31%

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

R = 43.06%
G = 2.31%
B = 54.63%

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

#BA0AEC (or 0xBA0AEC) is known color: Electric Purple. HEX triplet: BA, 0A and EC. RGB value is (186,10,236). Sum of RGB (Red+Green+Blue) = 186+10+236=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA0AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AEC is #45F513. Grayscale: #575757. Windows color (decimal): -4584724 or 15469242. OLE color: 15469242.

HSL color Cylindrical-coordinate representation of color #BA0AEC: hue angle of 286.73º degrees, saturation: 0.92, 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 #BA0AEC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 10 236 -
CMYK 0.21 0.96 0 0.07
HSL 286.73º 0.92% 0.48% -
HSV(B) 286.73º 0.96% 0.93% -
XYZ 35.5 16.71 80.71 -
YUV 88.39 211.31 197.62 -
System Red Green Blue C M Y K H S L
Decimal 186 10 236 0.21 0.96 0 0.07 286.73 0.92 0.48
Hex BA A EC 15 60 0 7 11F 5C 30
Octal 272 12 354 25 140 0 7 437 134 60
Binary 10111010 1010 11101100 10101 1100000 0 111 100011111 1011100 110000

Color Harmonies of #BA0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AEC

Black with #BA0AEC

Text Example


Text Example

White with #BA0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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