Html Css Color HEX #BA1CEE Electric Purple

📋 copy color: '#BA1CEE'

red 186 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #BA1CEE

Tints of Electric Purple #BA1CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 41.15%
G = 6.19%
B = 52.65%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA1CEE (or 0xBA1CEE) is known color: Electric Purple. HEX triplet: BA, 1C and EE. RGB value is (186,28,238). Sum of RGB (Red+Green+Blue) = 186+28+238=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA1CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CEE is #45E311. Grayscale: #626262. Windows color (decimal): -4580114 or 15604922. OLE color: 15604922.

HSL color Cylindrical-coordinate representation of color #BA1CEE: hue angle of 285.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1CEE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 28 238 -
CMYK 0.22 0.88 0 0.07
HSL 285.14º 0.86% 0.52% -
HSV(B) 285.14º 0.88% 0.93% -
XYZ 36.1 17.44 82.35 -
YUV 99.18 206.35 189.92 -
System Red Green Blue C M Y K H S L
Decimal 186 28 238 0.22 0.88 0 0.07 285.14 0.86 0.52
Hex BA 1C EE 16 58 0 7 11D 56 34
Octal 272 34 356 26 130 0 7 435 126 64
Binary 10111010 11100 11101110 10110 1011000 0 111 100011101 1010110 110100

Color Harmonies of #BA1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CEE

Black with #BA1CEE

Text Example


Text Example

White with #BA1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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