Html Css Color HEX #BA6EC1 Fuchsia

📋 copy color: '#BA6EC1'

red 186 ◦ green 110 ◦ blue 193

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

Shades of Fuchsia #BA6EC1

Tints of Fuchsia #BA6EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.49%

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 38.04%
G = 22.49%
B = 39.47%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA6EC1 (or 0xBA6EC1) is known color: Fuchsia. HEX triplet: BA, 6E and C1. RGB value is (186,110,193). Sum of RGB (Red+Green+Blue) = 186+110+193=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EC1 is #45913E. Grayscale: #8D8D8D. Windows color (decimal): -4559167 or 12676794. OLE color: 12676794.

HSL color Cylindrical-coordinate representation of color #BA6EC1: hue angle of 294.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6EC1 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 110 193 -
CMYK 0.04 0.43 0 0.24
HSL 294.94º 0.4% 0.59% -
HSV(B) 294.94º 0.43% 0.76% -
XYZ 35.45 25.44 53.49 -
YUV 142.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 186 110 193 0.04 0.43 0 0.24 294.94 0.4 0.59
Hex BA 6E C1 4 2B 0 18 127 28 3B
Octal 272 156 301 4 53 0 30 447 50 73
Binary 10111010 1101110 11000001 100 101011 0 11000 100100111 101000 111011

Color Harmonies of #BA6EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EC1

Black with #BA6EC1

Text Example


Text Example

White with #BA6EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EC1; }

 p { color: rgb(186,110,193); }

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

background-color css

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

 a { background-color: rgb(186,110,193); }

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

border-color css

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

 span { border-color: rgb(186,110,193); }

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