Html Css Color HEX #BA0AED Electric Purple

📋 copy color: '#BA0AED'

red 186 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #BA0AED

Tints of Electric Purple #BA0AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 42.96%
G = 2.31%
B = 54.73%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA0AED (or 0xBA0AED) is known color: Electric Purple. HEX triplet: BA, 0A and ED. RGB value is (186,10,237). Sum of RGB (Red+Green+Blue) = 186+10+237=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0AED is #45F512. Grayscale: #575757. Windows color (decimal): -4584723 or 15534778. OLE color: 15534778.

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

Color convert

RGB 186 10 237 -
CMYK 0.22 0.96 0 0.07
HSL 286.52º 0.92% 0.48% -
HSV(B) 286.52º 0.96% 0.93% -
XYZ 35.64 16.77 81.48 -
YUV 88.5 211.81 197.54 -
System Red Green Blue C M Y K H S L
Decimal 186 10 237 0.22 0.96 0 0.07 286.52 0.92 0.48
Hex BA A ED 16 60 0 7 11F 5C 30
Octal 272 12 355 26 140 0 7 437 134 60
Binary 10111010 1010 11101101 10110 1100000 0 111 100011111 1011100 110000

Color Harmonies of #BA0AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AED

Black with #BA0AED

Text Example


Text Example

White with #BA0AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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