Html Css Color HEX #BA1DF5 Electric Purple

📋 copy color: '#BA1DF5'

red 186 ◦ green 29 ◦ blue 245

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

Shades of Electric Purple #BA1DF5

Tints of Electric Purple #BA1DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 40.43%
G = 6.3%
B = 53.26%

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

#BA1DF5 (or 0xBA1DF5) is known color: Electric Purple. HEX triplet: BA, 1D and F5. RGB value is (186,29,245). Sum of RGB (Red+Green+Blue) = 186+29+245=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA1DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DF5 is #45E20A. Grayscale: #636363. Windows color (decimal): -4579851 or 16063930. OLE color: 16063930.

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

Color convert

RGB 186 29 245 -
CMYK 0.24 0.88 0 0.04
HSL 283.61º 0.92% 0.54% -
HSV(B) 283.61º 0.88% 0.96% -
XYZ 37.17 17.91 87.88 -
YUV 100.57 209.51 188.94 -
System Red Green Blue C M Y K H S L
Decimal 186 29 245 0.24 0.88 0 0.04 283.61 0.92 0.54
Hex BA 1D F5 18 58 0 4 11C 5C 36
Octal 272 35 365 30 130 0 4 434 134 66
Binary 10111010 11101 11110101 11000 1011000 0 100 100011100 1011100 110110

Color Harmonies of #BA1DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DF5

Black with #BA1DF5

Text Example


Text Example

White with #BA1DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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