Html Css Color HEX #BA10EC Electric Purple

📋 copy color: '#BA10EC'

red 186 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #BA10EC

Tints of Electric Purple #BA10EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.65%

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

R = 42.47%
G = 3.65%
B = 53.88%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA10EC (or 0xBA10EC) is known color: Electric Purple. HEX triplet: BA, 10 and EC. RGB value is (186,16,236). Sum of RGB (Red+Green+Blue) = 186+16+236=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA10EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10EC is #45EF13. Grayscale: #5B5B5B. Windows color (decimal): -4583188 or 15470778. OLE color: 15470778.

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

Color convert

RGB 186 16 236 -
CMYK 0.21 0.93 0 0.07
HSL 286.36º 0.87% 0.49% -
HSV(B) 286.36º 0.93% 0.93% -
XYZ 35.58 16.87 80.74 -
YUV 91.91 209.32 195.11 -
System Red Green Blue C M Y K H S L
Decimal 186 16 236 0.21 0.93 0 0.07 286.36 0.87 0.49
Hex BA 10 EC 15 5D 0 7 11E 57 31
Octal 272 20 354 25 135 0 7 436 127 61
Binary 10111010 10000 11101100 10101 1011101 0 111 100011110 1010111 110001

Color Harmonies of #BA10EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10EC

Black with #BA10EC

Text Example


Text Example

White with #BA10EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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