Html Css Color HEX #BA5AAB Fuchsia

📋 copy color: '#BA5AAB'

red 186 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #BA5AAB

Tints of Fuchsia #BA5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

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

R = 41.61%
G = 20.13%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA5AAB (or 0xBA5AAB) is known color: Fuchsia. HEX triplet: BA, 5A and AB. RGB value is (186,90,171). Sum of RGB (Red+Green+Blue) = 186+90+171=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5AAB is #45A554. Grayscale: #7F7F7F. Windows color (decimal): -4564309 or 11229882. OLE color: 11229882.

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

Color convert

RGB 186 90 171 -
CMYK 0 0.52 0.08 0.27
HSL 309.38º 0.41% 0.54% -
HSV(B) 309.38º 0.52% 0.73% -
XYZ 31.26 20.69 40.87 -
YUV 127.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 186 90 171 0 0.52 0.08 0.27 309.38 0.41 0.54
Hex BA 5A AB 0 34 8 1B 135 29 36
Octal 272 132 253 0 64 10 33 465 51 66
Binary 10111010 1011010 10101011 0 110100 1000 11011 100110101 101001 110110

Color Harmonies of #BA5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AAB

Black with #BA5AAB

Text Example


Text Example

White with #BA5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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