Html Css Color HEX #BA1CE3 Electric Purple

📋 copy color: '#BA1CE3'

red 186 ◦ green 28 ◦ blue 227

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

Shades of Electric Purple #BA1CE3

Tints of Electric Purple #BA1CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.47%

R = 42.18%
G = 6.35%
B = 51.47%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA1CE3 (or 0xBA1CE3) is known color: Electric Purple. HEX triplet: BA, 1C and E3. RGB value is (186,28,227). Sum of RGB (Red+Green+Blue) = 186+28+227=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 227 (89.06% from 255 or 51.47% from 441); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA1CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CE3 is #45E31C. Grayscale: #616161. Windows color (decimal): -4580125 or 14884026. OLE color: 14884026.

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

Color convert

RGB 186 28 227 -
CMYK 0.18 0.88 0 0.11
HSL 287.64º 0.78% 0.5% -
HSV(B) 287.64º 0.88% 0.89% -
XYZ 34.53 16.82 74.1 -
YUV 97.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 186 28 227 0.18 0.88 0 0.11 287.64 0.78 0.5
Hex BA 1C E3 12 58 0 B 120 4E 32
Octal 272 34 343 22 130 0 13 440 116 62
Binary 10111010 11100 11100011 10010 1011000 0 1011 100100000 1001110 110010

Color Harmonies of #BA1CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CE3

Black with #BA1CE3

Text Example


Text Example

White with #BA1CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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