Html Css Color HEX #BA10E1 Electric Purple

📋 copy color: '#BA10E1'

red 186 ◦ green 16 ◦ blue 225

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

Shades of Electric Purple #BA10E1

Tints of Electric Purple #BA10E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.69%

R = 43.56%
G = 3.75%
B = 52.69%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA10E1 (or 0xBA10E1) is known color: Electric Purple. HEX triplet: BA, 10 and E1. RGB value is (186,16,225). Sum of RGB (Red+Green+Blue) = 186+16+225=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA10E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10E1 is #45EF1E. Grayscale: #595959. Windows color (decimal): -4583199 or 14749882. OLE color: 14749882.

HSL color Cylindrical-coordinate representation of color #BA10E1: hue angle of 288.8º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA10E1 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 16 225 -
CMYK 0.17 0.93 0 0.12
HSL 288.8º 0.87% 0.47% -
HSV(B) 288.8º 0.93% 0.88% -
XYZ 34.03 16.25 72.58 -
YUV 90.66 203.82 196.01 -
System Red Green Blue C M Y K H S L
Decimal 186 16 225 0.17 0.93 0 0.12 288.8 0.87 0.47
Hex BA 10 E1 11 5D 0 C 121 57 2F
Octal 272 20 341 21 135 0 14 441 127 57
Binary 10111010 10000 11100001 10001 1011101 0 1100 100100001 1010111 101111

Color Harmonies of #BA10E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10E1

Black with #BA10E1

Text Example


Text Example

White with #BA10E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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