Html Css Color HEX #BA5EAB Fuchsia

📋 copy color: '#BA5EAB'

red 186 ◦ green 94 ◦ blue 171

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

Shades of Fuchsia #BA5EAB

Tints of Fuchsia #BA5EAB

RGB

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

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

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

R = 41.24%
G = 20.84%
B = 37.92%

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

#BA5EAB (or 0xBA5EAB) is known color: Fuchsia. HEX triplet: BA, 5E and AB. RGB value is (186,94,171). Sum of RGB (Red+Green+Blue) = 186+94+171=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5EAB is #45A154. Grayscale: #828282. Windows color (decimal): -4563285 or 11230906. OLE color: 11230906.

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

Color convert

RGB 186 94 171 -
CMYK 0 0.49 0.08 0.27
HSL 309.78º 0.4% 0.55% -
HSV(B) 309.78º 0.49% 0.73% -
XYZ 31.6 21.38 40.99 -
YUV 130.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 186 94 171 0 0.49 0.08 0.27 309.78 0.4 0.55
Hex BA 5E AB 0 31 8 1B 136 28 37
Octal 272 136 253 0 61 10 33 466 50 67
Binary 10111010 1011110 10101011 0 110001 1000 11011 100110110 101000 110111

Color Harmonies of #BA5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EAB

Black with #BA5EAB

Text Example


Text Example

White with #BA5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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