Html Css Color HEX #BA5CAC Fuchsia

📋 copy color: '#BA5CAC'

red 186 ◦ green 92 ◦ blue 172

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

Shades of Fuchsia #BA5CAC

Tints of Fuchsia #BA5CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.44%

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

R = 41.33%
G = 20.44%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA5CAC (or 0xBA5CAC) is known color: Fuchsia. HEX triplet: BA, 5C and AC. RGB value is (186,92,172). Sum of RGB (Red+Green+Blue) = 186+92+172=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CAC is #45A353. Grayscale: #818181. Windows color (decimal): -4563796 or 11295930. OLE color: 11295930.

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

Color convert

RGB 186 92 172 -
CMYK 0 0.51 0.08 0.27
HSL 308.94º 0.41% 0.55% -
HSV(B) 308.94º 0.51% 0.73% -
XYZ 31.52 21.07 41.44 -
YUV 129.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 186 92 172 0 0.51 0.08 0.27 308.94 0.41 0.55
Hex BA 5C AC 0 33 8 1B 135 29 37
Octal 272 134 254 0 63 10 33 465 51 67
Binary 10111010 1011100 10101100 0 110011 1000 11011 100110101 101001 110111

Color Harmonies of #BA5CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CAC

Black with #BA5CAC

Text Example


Text Example

White with #BA5CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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