Html Css Color HEX #BA11ED Electric Purple

📋 copy color: '#BA11ED'

red 186 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #BA11ED

Tints of Electric Purple #BA11ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.86%

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

R = 42.27%
G = 3.86%
B = 53.86%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA11ED (or 0xBA11ED) is known color: Electric Purple. HEX triplet: BA, 11 and ED. RGB value is (186,17,237). Sum of RGB (Red+Green+Blue) = 186+17+237=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA11ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11ED is #45EE12. Grayscale: #5B5B5B. Windows color (decimal): -4582931 or 15536570. OLE color: 15536570.

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

Color convert

RGB 186 17 237 -
CMYK 0.22 0.93 0 0.07
HSL 286.09º 0.87% 0.5% -
HSV(B) 286.09º 0.93% 0.93% -
XYZ 35.74 16.95 81.51 -
YUV 92.61 209.49 194.61 -
System Red Green Blue C M Y K H S L
Decimal 186 17 237 0.22 0.93 0 0.07 286.09 0.87 0.5
Hex BA 11 ED 16 5D 0 7 11E 57 32
Octal 272 21 355 26 135 0 7 436 127 62
Binary 10111010 10001 11101101 10110 1011101 0 111 100011110 1010111 110010

Color Harmonies of #BA11ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11ED

Black with #BA11ED

Text Example


Text Example

White with #BA11ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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