Html Css Color HEX #BA5DAC Fuchsia

📋 copy color: '#BA5DAC'

red 186 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #BA5DAC

Tints of Fuchsia #BA5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.62%

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

R = 41.24%
G = 20.62%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA5DAC (or 0xBA5DAC) is known color: Fuchsia. HEX triplet: BA, 5D and AC. RGB value is (186,93,172). Sum of RGB (Red+Green+Blue) = 186+93+172=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5DAC is #45A253. Grayscale: #818181. Windows color (decimal): -4563540 or 11296186. OLE color: 11296186.

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

Color convert

RGB 186 93 172 -
CMYK 0 0.5 0.08 0.27
HSL 309.03º 0.4% 0.55% -
HSV(B) 309.03º 0.5% 0.73% -
XYZ 31.61 21.25 41.46 -
YUV 129.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 186 93 172 0 0.5 0.08 0.27 309.03 0.4 0.55
Hex BA 5D AC 0 32 8 1B 135 28 37
Octal 272 135 254 0 62 10 33 465 50 67
Binary 10111010 1011101 10101100 0 110010 1000 11011 100110101 101000 110111

Color Harmonies of #BA5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DAC

Black with #BA5DAC

Text Example


Text Example

White with #BA5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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