Html Css Color HEX #BA1CF6 Electric Purple

📋 copy color: '#BA1CF6'

red 186 ◦ green 28 ◦ blue 246

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

Shades of Electric Purple #BA1CF6

Tints of Electric Purple #BA1CF6

RGB

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

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

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

R = 40.43%
G = 6.09%
B = 53.48%

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

#BA1CF6 (or 0xBA1CF6) is known color: Electric Purple. HEX triplet: BA, 1C and F6. RGB value is (186,28,246). Sum of RGB (Red+Green+Blue) = 186+28+246=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA1CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CF6 is #45E309. Grayscale: #636363. Windows color (decimal): -4580106 or 16129210. OLE color: 16129210.

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

Color convert

RGB 186 28 246 -
CMYK 0.24 0.89 0 0.04
HSL 283.49º 0.92% 0.54% -
HSV(B) 283.49º 0.89% 0.96% -
XYZ 37.3 17.92 88.68 -
YUV 100.09 210.35 189.27 -
System Red Green Blue C M Y K H S L
Decimal 186 28 246 0.24 0.89 0 0.04 283.49 0.92 0.54
Hex BA 1C F6 18 59 0 4 11B 5C 36
Octal 272 34 366 30 131 0 4 433 134 66
Binary 10111010 11100 11110110 11000 1011001 0 100 100011011 1011100 110110

Color Harmonies of #BA1CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CF6

Black with #BA1CF6

Text Example


Text Example

White with #BA1CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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