Html Css Color HEX #BA1DF6 Electric Purple

📋 copy color: '#BA1DF6'

red 186 ◦ green 29 ◦ blue 246

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

Shades of Electric Purple #BA1DF6

Tints of Electric Purple #BA1DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.36%

R = 40.35%
G = 6.29%
B = 53.36%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA1DF6 (or 0xBA1DF6) is known color: Electric Purple. HEX triplet: BA, 1D and F6. RGB value is (186,29,246). Sum of RGB (Red+Green+Blue) = 186+29+246=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA1DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DF6 is #45E209. Grayscale: #636363. Windows color (decimal): -4579850 or 16129466. OLE color: 16129466.

HSL color Cylindrical-coordinate representation of color #BA1DF6: hue angle of 283.41º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1DF6 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 29 246 -
CMYK 0.24 0.88 0 0.04
HSL 283.41º 0.92% 0.54% -
HSV(B) 283.41º 0.88% 0.96% -
XYZ 37.32 17.97 88.69 -
YUV 100.68 210.01 188.86 -
System Red Green Blue C M Y K H S L
Decimal 186 29 246 0.24 0.88 0 0.04 283.41 0.92 0.54
Hex BA 1D F6 18 58 0 4 11B 5C 36
Octal 272 35 366 30 130 0 4 433 134 66
Binary 10111010 11101 11110110 11000 1011000 0 100 100011011 1011100 110110

Color Harmonies of #BA1DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DF6

Black with #BA1DF6

Text Example


Text Example

White with #BA1DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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