Html Css Color HEX #BA1CE1 Electric Purple

📋 copy color: '#BA1CE1'

red 186 ◦ green 28 ◦ blue 225

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

Shades of Electric Purple #BA1CE1

Tints of Electric Purple #BA1CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.38%

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

R = 42.37%
G = 6.38%
B = 51.25%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA1CE1 (or 0xBA1CE1) is known color: Electric Purple. HEX triplet: BA, 1C and E1. RGB value is (186,28,225). Sum of RGB (Red+Green+Blue) = 186+28+225=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CE1 is #45E31E. Grayscale: #616161. Windows color (decimal): -4580127 or 14752954. OLE color: 14752954.

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

Color convert

RGB 186 28 225 -
CMYK 0.17 0.88 0 0.12
HSL 288.12º 0.78% 0.5% -
HSV(B) 288.12º 0.88% 0.88% -
XYZ 34.26 16.71 72.65 -
YUV 97.7 199.85 190.98 -
System Red Green Blue C M Y K H S L
Decimal 186 28 225 0.17 0.88 0 0.12 288.12 0.78 0.5
Hex BA 1C E1 11 58 0 C 120 4E 32
Octal 272 34 341 21 130 0 14 440 116 62
Binary 10111010 11100 11100001 10001 1011000 0 1100 100100000 1001110 110010

Color Harmonies of #BA1CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CE1

Black with #BA1CE1

Text Example


Text Example

White with #BA1CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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