Html Css Color HEX #BA1CF5 Electric Purple

📋 copy color: '#BA1CF5'

red 186 ◦ green 28 ◦ blue 245

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

Shades of Electric Purple #BA1CF5

Tints of Electric Purple #BA1CF5

RGB

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

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

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

R = 40.52%
G = 6.1%
B = 53.38%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA1CF5 (or 0xBA1CF5) is known color: Electric Purple. HEX triplet: BA, 1C and F5. RGB value is (186,28,245). Sum of RGB (Red+Green+Blue) = 186+28+245=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 245 (96.09% from 255 or 53.38% from 459); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA1CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CF5 is #45E30A. Grayscale: #636363. Windows color (decimal): -4580107 or 16063674. OLE color: 16063674.

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

Color convert

RGB 186 28 245 -
CMYK 0.24 0.89 0 0.04
HSL 283.69º 0.92% 0.54% -
HSV(B) 283.69º 0.89% 0.96% -
XYZ 37.15 17.86 87.88 -
YUV 99.98 209.85 189.36 -
System Red Green Blue C M Y K H S L
Decimal 186 28 245 0.24 0.89 0 0.04 283.69 0.92 0.54
Hex BA 1C F5 18 59 0 4 11C 5C 36
Octal 272 34 365 30 131 0 4 434 134 66
Binary 10111010 11100 11110101 11000 1011001 0 100 100011100 1011100 110110

Color Harmonies of #BA1CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CF5

Black with #BA1CF5

Text Example


Text Example

White with #BA1CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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