Html Css Color HEX #BA64AB Fuchsia

📋 copy color: '#BA64AB'

red 186 ◦ green 100 ◦ blue 171

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

Shades of Fuchsia #BA64AB

Tints of Fuchsia #BA64AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 40.7%
G = 21.88%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA64AB (or 0xBA64AB) is known color: Fuchsia. HEX triplet: BA, 64 and AB. RGB value is (186,100,171). Sum of RGB (Red+Green+Blue) = 186+100+171=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64AB is #459B54. Grayscale: #858585. Windows color (decimal): -4561749 or 11232442. OLE color: 11232442.

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

Color convert

RGB 186 100 171 -
CMYK 0 0.46 0.08 0.27
HSL 310.47º 0.38% 0.56% -
HSV(B) 310.47º 0.46% 0.73% -
XYZ 32.16 22.49 41.17 -
YUV 133.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 186 100 171 0 0.46 0.08 0.27 310.47 0.38 0.56
Hex BA 64 AB 0 2E 8 1B 136 26 38
Octal 272 144 253 0 56 10 33 466 46 70
Binary 10111010 1100100 10101011 0 101110 1000 11011 100110110 100110 111000

Color Harmonies of #BA64AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64AB

Black with #BA64AB

Text Example


Text Example

White with #BA64AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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