Html Css Color HEX #BA10E6 Electric Purple

📋 copy color: '#BA10E6'

red 186 ◦ green 16 ◦ blue 230

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

Shades of Electric Purple #BA10E6

Tints of Electric Purple #BA10E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.24%

R = 43.06%
G = 3.7%
B = 53.24%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA10E6 (or 0xBA10E6) is known color: Electric Purple. HEX triplet: BA, 10 and E6. RGB value is (186,16,230). Sum of RGB (Red+Green+Blue) = 186+16+230=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA10E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10E6 is #45EF19. Grayscale: #5A5A5A. Windows color (decimal): -4583194 or 15077562. OLE color: 15077562.

HSL color Cylindrical-coordinate representation of color #BA10E6: hue angle of 287.66º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA10E6 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 16 230 -
CMYK 0.19 0.93 0 0.10
HSL 287.66º 0.87% 0.48% -
HSV(B) 287.66º 0.93% 0.9% -
XYZ 34.72 16.52 76.22 -
YUV 91.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 186 16 230 0.19 0.93 0 0.10 287.66 0.87 0.48
Hex BA 10 E6 13 5D 0 A 120 57 30
Octal 272 20 346 23 135 0 12 440 127 60
Binary 10111010 10000 11100110 10011 1011101 0 1010 100100000 1010111 110000

Color Harmonies of #BA10E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10E6

Black with #BA10E6

Text Example


Text Example

White with #BA10E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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