Html Css Color HEX #BA5EAC Fuchsia

📋 copy color: '#BA5EAC'

red 186 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #BA5EAC

Tints of Fuchsia #BA5EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.8%

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 41.15%
G = 20.8%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA5EAC (or 0xBA5EAC) is known color: Fuchsia. HEX triplet: BA, 5E and AC. RGB value is (186,94,172). Sum of RGB (Red+Green+Blue) = 186+94+172=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EAC is #45A153. Grayscale: #828282. Windows color (decimal): -4563284 or 11296442. OLE color: 11296442.

HSL color Cylindrical-coordinate representation of color #BA5EAC: hue angle of 309.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5EAC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 172 -
CMYK 0 0.49 0.08 0.27
HSL 309.13º 0.4% 0.55% -
HSV(B) 309.13º 0.49% 0.73% -
XYZ 31.7 21.42 41.49 -
YUV 130.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 186 94 172 0 0.49 0.08 0.27 309.13 0.4 0.55
Hex BA 5E AC 0 31 8 1B 135 28 37
Octal 272 136 254 0 61 10 33 465 50 67
Binary 10111010 1011110 10101100 0 110001 1000 11011 100110101 101000 110111

Color Harmonies of #BA5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EAC

Black with #BA5EAC

Text Example


Text Example

White with #BA5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EAC; }

 p { color: rgb(186,94,172); }

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

background-color css

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

 a { background-color: rgb(186,94,172); }

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

border-color css

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

 span { border-color: rgb(186,94,172); }

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