Html Css Color HEX #BA1DEE Electric Purple

📋 copy color: '#BA1DEE'

red 186 ◦ green 29 ◦ blue 238

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

Shades of Electric Purple #BA1DEE

Tints of Electric Purple #BA1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.4%

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

R = 41.06%
G = 6.4%
B = 52.54%

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

#BA1DEE (or 0xBA1DEE) is known color: Electric Purple. HEX triplet: BA, 1D and EE. RGB value is (186,29,238). Sum of RGB (Red+Green+Blue) = 186+29+238=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA1DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DEE is #45E211. Grayscale: #636363. Windows color (decimal): -4579858 or 15605178. OLE color: 15605178.

HSL color Cylindrical-coordinate representation of color #BA1DEE: hue angle of 285.07º 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 #BA1DEE is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 29 238 -
CMYK 0.22 0.88 0 0.07
HSL 285.07º 0.86% 0.52% -
HSV(B) 285.07º 0.88% 0.93% -
XYZ 36.12 17.49 82.36 -
YUV 99.77 206.01 189.51 -
System Red Green Blue C M Y K H S L
Decimal 186 29 238 0.22 0.88 0 0.07 285.07 0.86 0.52
Hex BA 1D EE 16 58 0 7 11D 56 34
Octal 272 35 356 26 130 0 7 435 126 64
Binary 10111010 11101 11101110 10110 1011000 0 111 100011101 1010110 110100

Color Harmonies of #BA1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DEE

Black with #BA1DEE

Text Example


Text Example

White with #BA1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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