Html Css Color HEX #BA1AED Electric Purple

📋 copy color: '#BA1AED'

red 186 ◦ green 26 ◦ blue 237

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

Shades of Electric Purple #BA1AED

Tints of Electric Purple #BA1AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.79%

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

R = 41.43%
G = 5.79%
B = 52.78%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA1AED (or 0xBA1AED) is known color: Electric Purple. HEX triplet: BA, 1A and ED. RGB value is (186,26,237). Sum of RGB (Red+Green+Blue) = 186+26+237=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA1AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AED is #45E512. Grayscale: #616161. Windows color (decimal): -4580627 or 15538874. OLE color: 15538874.

HSL color Cylindrical-coordinate representation of color #BA1AED: hue angle of 285.5º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AED is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 26 237 -
CMYK 0.22 0.89 0 0.07
HSL 285.5º 0.85% 0.52% -
HSV(B) 285.5º 0.89% 0.93% -
XYZ 35.91 17.29 81.57 -
YUV 97.89 206.51 190.84 -
System Red Green Blue C M Y K H S L
Decimal 186 26 237 0.22 0.89 0 0.07 285.5 0.85 0.52
Hex BA 1A ED 16 59 0 7 11D 55 34
Octal 272 32 355 26 131 0 7 435 125 64
Binary 10111010 11010 11101101 10110 1011001 0 111 100011101 1010101 110100

Color Harmonies of #BA1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AED

Black with #BA1AED

Text Example


Text Example

White with #BA1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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