Html Css Color HEX #BA5AC1 Fuchsia

📋 copy color: '#BA5AC1'

red 186 ◦ green 90 ◦ blue 193

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

Shades of Fuchsia #BA5AC1

Tints of Fuchsia #BA5AC1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.19%

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

R = 39.66%
G = 19.19%
B = 41.15%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA5AC1 (or 0xBA5AC1) is known color: Fuchsia. HEX triplet: BA, 5A and C1. RGB value is (186,90,193). Sum of RGB (Red+Green+Blue) = 186+90+193=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA5AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC1 is #45A53E. Grayscale: #828282. Windows color (decimal): -4564287 or 12671674. OLE color: 12671674.

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

Color convert

RGB 186 90 193 -
CMYK 0.04 0.53 0 0.24
HSL 295.92º 0.45% 0.55% -
HSV(B) 295.92º 0.53% 0.76% -
XYZ 33.53 21.6 52.85 -
YUV 130.45 163.3 167.62 -
System Red Green Blue C M Y K H S L
Decimal 186 90 193 0.04 0.53 0 0.24 295.92 0.45 0.55
Hex BA 5A C1 4 35 0 18 128 2D 37
Octal 272 132 301 4 65 0 30 450 55 67
Binary 10111010 1011010 11000001 100 110101 0 11000 100101000 101101 110111

Color Harmonies of #BA5AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AC1

Black with #BA5AC1

Text Example


Text Example

White with #BA5AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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