Html Css Color HEX #BA5CAB Fuchsia

📋 copy color: '#BA5CAB'

red 186 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #BA5CAB

Tints of Fuchsia #BA5CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 41.43%
G = 20.49%
B = 38.08%

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

#BA5CAB (or 0xBA5CAB) is known color: Fuchsia. HEX triplet: BA, 5C and AB. RGB value is (186,92,171). Sum of RGB (Red+Green+Blue) = 186+92+171=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CAB is #45A354. Grayscale: #808080. Windows color (decimal): -4563797 or 11230394. OLE color: 11230394.

HSL color Cylindrical-coordinate representation of color #BA5CAB: hue angle of 309.57º 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 #BA5CAB is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 92 171 -
CMYK 0 0.51 0.08 0.27
HSL 309.57º 0.41% 0.55% -
HSV(B) 309.57º 0.51% 0.73% -
XYZ 31.43 21.03 40.93 -
YUV 129.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 186 92 171 0 0.51 0.08 0.27 309.57 0.41 0.55
Hex BA 5C AB 0 33 8 1B 136 29 37
Octal 272 134 253 0 63 10 33 466 51 67
Binary 10111010 1011100 10101011 0 110011 1000 11011 100110110 101001 110111

Color Harmonies of #BA5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CAB

Black with #BA5CAB

Text Example


Text Example

White with #BA5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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